Home
last modified time | relevance | path

Searched defs:sta_priv (Results 1 – 20 of 20) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8712/
Dsta_info.h102 struct sta_priv { struct
103 u8 *pallocated_stainfo_buf;
104 u8 *pstainfo_buf;
105 struct __queue free_sta_queue;
106 spinlock_t sta_hash_lock;
107 struct list_head sta_hash[NUM_STA];
108 int asoc_sta_count;
109 struct __queue sleep_q;
110 struct __queue wakeup_q;
134 u32 _r8712_init_sta_priv(struct sta_priv *pstapriv); argument
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dsta_info.h294 struct sta_priv { struct
295 u8 *pallocated_stainfo_buf;
296 u8 *pstainfo_buf;
297 struct __queue free_sta_queue;
299 spinlock_t sta_hash_lock;
300 struct list_head sta_hash[NUM_STA];
301 int asoc_sta_count;
302 struct __queue sleep_q;
303 struct __queue wakeup_q;
305 struct adapter *padapter;
[all …]
/linux-4.1.27/drivers/staging/rtl8723au/include/
Dsta_info.h312 struct sta_priv { struct
313 spinlock_t sta_hash_lock;
314 struct list_head sta_hash[NUM_STA];
315 int asoc_sta_count;
317 struct rtw_adapter *padapter;
318 struct list_head asoc_list;
319 struct list_head auth_list;
320 spinlock_t asoc_list_lock;
321 spinlock_t auth_list_lock;
322 u8 asoc_list_cnt;
[all …]
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
Dmain.c174 struct wcn36xx_sta *sta_priv) in get_sta_index()
375 struct wcn36xx_sta *sta_priv = NULL; in wcn36xx_tx() local
391 struct wcn36xx_sta *sta_priv = vif_priv->sta; in wcn36xx_set_key() local
523 struct wcn36xx_sta *sta_priv = (struct wcn36xx_sta *)sta->drv_priv; in wcn36xx_update_allowed_rates() local
650 struct wcn36xx_sta *sta_priv; in wcn36xx_bss_info_changed() local
796 struct wcn36xx_sta *sta_priv = (struct wcn36xx_sta *)sta->drv_priv; in wcn36xx_sta_add() local
821 struct wcn36xx_sta *sta_priv = (struct wcn36xx_sta *)sta->drv_priv; in wcn36xx_sta_remove() local
865 struct wcn36xx_sta *sta_priv = NULL; in wcn36xx_ampdu_action() local
Dtxrx.c116 struct wcn36xx_sta *sta_priv, in wcn36xx_tx_start_ampdu()
153 struct wcn36xx_sta *sta_priv, in wcn36xx_set_tx_data()
262 struct wcn36xx_sta *sta_priv, in wcn36xx_start_tx()
Dwcn36xx.h261 struct ieee80211_sta *wcn36xx_priv_to_sta(struct wcn36xx_sta *sta_priv) in wcn36xx_priv_to_sta()
Dsmd.c958 struct wcn36xx_sta *sta_priv = (struct wcn36xx_sta *)sta->drv_priv; in wcn36xx_smd_config_sta_rsp() local
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Drs.c344 struct iwl_station_priv *sta_priv = in rs_program_fix_rate() local
908 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in rs_tx_status() local
1268 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in rs_switch_to_mimo2() local
1323 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in rs_switch_to_mimo3() local
1379 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in rs_switch_to_siso() local
2242 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in rs_rate_scale_perform() local
2673 struct iwl_station_priv *sta_priv; in rs_initialize_lq() local
2790 struct iwl_station_priv *sta_priv = (struct iwl_station_priv *) sta->drv_priv; in rs_alloc_sta() local
2809 struct iwl_station_priv *sta_priv; in iwl_rs_rate_init() local
2912 struct iwl_station_priv *sta_priv = in rs_fill_link_cmd() local
Dmac80211.c725 struct iwl_station_priv *sta_priv = (void *) sta->drv_priv; in iwlagn_mac_ampdu_action() local
793 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in iwlagn_mac_sta_add() local
826 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in iwlagn_mac_sta_remove() local
1567 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in iwlagn_mac_sta_notify() local
Dtx.c285 struct iwl_station_priv *sta_priv = NULL; in iwlagn_tx_skb() local
702 struct iwl_station_priv *sta_priv = (void *) sta->drv_priv; in iwlagn_tx_agg_oper() local
810 struct iwl_station_priv *sta_priv; in iwlagn_non_agg_tx_status() local
Dsta.c350 struct iwl_station_priv *sta_priv; in iwl_prep_station() local
/linux-4.1.27/drivers/net/wireless/rt2x00/
Drt2x00mac.c465 struct rt2x00_sta *sta_priv = NULL; in rt2x00mac_set_key() local
542 struct rt2x00_sta *sta_priv = sta_to_rt2x00_sta(sta); in rt2x00mac_sta_add() local
559 struct rt2x00_sta *sta_priv = sta_to_rt2x00_sta(sta); in rt2x00mac_sta_remove() local
Drt2x00queue.c308 struct rt2x00_sta *sta_priv = NULL; in rt2x00queue_create_tx_descriptor_ht() local
Drt2800lib.c1457 struct rt2x00_sta *sta_priv = sta_to_rt2x00_sta(sta); in rt2800_sta_add() local
7964 struct rt2x00_sta *sta_priv = (struct rt2x00_sta *)sta->drv_priv; in rt2800_ampdu_action() local
/linux-4.1.27/drivers/net/wireless/cw1200/
Dsta.c1556 struct cw1200_sta_priv *sta_priv = in cw1200_sta_add() local
1587 struct cw1200_sta_priv *sta_priv = in cw1200_sta_remove() local
1653 struct cw1200_sta_priv *sta_priv = in cw1200_sta_notify() local
Dtxrx.c411 struct cw1200_sta_priv *sta_priv; member
825 struct cw1200_sta_priv *sta_priv; in cw1200_handle_pspoll() local
/linux-4.1.27/drivers/net/wireless/iwlegacy/
D4965-rs.c2157 struct il_station_priv *sta_priv; in il4965_rs_initialize_lq() local
2276 struct il_station_priv *sta_priv = in il4965_rs_alloc_sta() local
2296 struct il_station_priv *sta_priv; in il4965_rs_rate_init() local
D4965-mac.c1664 struct il_station_priv *sta_priv = NULL; in il4965_tx_skb() local
2446 struct il_station_priv *sta_priv; in il4965_non_agg_tx_status() local
6034 struct il_station_priv *sta_priv = (void *)sta->drv_priv; in il4965_mac_sta_add() local
D3945-mac.c3007 struct il3945_sta_priv *sta_priv = (void *)sta->drv_priv; in il3945_mac_sta_add() local
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Drs.c2111 struct iwl_mvm_sta *sta_priv = iwl_mvm_sta_from_mac80211(sta); in rs_rate_scale_perform() local
2604 struct iwl_mvm_sta *sta_priv = iwl_mvm_sta_from_mac80211(sta); in rs_alloc_sta() local
2811 struct iwl_mvm_sta *sta_priv = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_rs_rate_init() local