Home
last modified time | relevance | path

Searched defs:sta_info (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8723au/include/
Dsta_info.h81 struct sta_info { struct
82 spinlock_t lock;
83 struct list_head list; /* free_sta_queue */
84 struct list_head hash_list; /* sta_hash */
85 struct rtw_adapter *padapter;
87 struct sta_xmit_priv sta_xmitpriv;
88 struct sta_recv_priv sta_recvpriv;
90 struct rtw_queue sleep_q;
91 unsigned int sleepq_len;
93 uint state;
[all …]
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dsta_info.h82 struct sta_info { struct
83 spinlock_t lock;
84 struct list_head list; /* free_sta_queue */
85 struct list_head hash_list; /* sta_hash */
87 struct sta_xmit_priv sta_xmitpriv;
88 struct sta_recv_priv sta_recvpriv;
90 struct __queue sleep_q;
91 unsigned int sleepq_len;
93 uint state;
94 uint aid;
[all …]
/linux-4.4.14/drivers/staging/rtl8712/
Dsta_info.h58 struct sta_info { struct
59 spinlock_t lock;
60 struct list_head list; /*free_sta_queue*/
61 struct list_head hash_list; /*sta_hash*/
62 struct sta_xmit_priv sta_xmitpriv;
63 struct sta_recv_priv sta_recvpriv;
87 * + sta_info: (STA & AP) CAP/INFO argument
93 struct list_head asoc_list;
94 struct list_head auth_list;
95 unsigned int expire_to;
[all …]
/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_ap.h39 struct sta_info { struct
41 struct sta_info *hnext; /* next entry in hash table list */ argument
42 atomic_t users; /* number of users (do not remove if > 0) */
43 struct proc_dir_entry *proc;
45 u8 addr[6];
46 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */
47 u32 flags;
48 u16 capability;
49 u16 listen_interval; /* or beacon_int for APs */
50 u8 supported_rates[WLAN_SUPP_RATES_MAX];
[all …]
/linux-4.4.14/net/mac80211/
Dsta_info.h388 struct sta_info { struct
390 struct list_head list, free_list;
391 struct rcu_head rcu_head;
392 struct rhash_head hash_node;
393 u8 addr[ETH_ALEN];
394 struct ieee80211_local *local;
395 struct ieee80211_sub_if_data *sdata;
396 struct ieee80211_key __rcu *gtk[NUM_DEFAULT_KEYS + NUM_DEFAULT_MGMT_KEYS];
397 struct ieee80211_key __rcu *ptk[NUM_DEFAULT_KEYS];
398 u8 ptk_idx;
[all …]
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
Dmain.c1319 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_sta_add() local
1349 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_sta_remove() local
1421 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_ampdu_action() local
1731 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_sta_notify() local
Dtx.c141 struct carl9170_sta_info *sta_info; in carl9170_tx_ps_unblock() local
384 struct carl9170_sta_info *sta_info; in carl9170_tx_status_process_ampdu() local
1286 struct carl9170_sta_info *sta_info; in carl9170_tx_ps_drop() local
1395 struct carl9170_sta_info *sta_info; in carl9170_tx_ampdu_queue() local
/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wfi_netdevice.h87 struct sta_info { struct
111 struct sta_info assoc_stainfo; argument
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dsta_cmdresp.c968 struct mwifiex_ie_types_sta_info *sta_info = (void *)&sta_list->tlv; in mwifiex_ret_uap_sta_list() local
/linux-4.4.14/drivers/net/wireless/
Dmwl8k.c1673 struct mwl8k_sta *sta_info = NULL; in mwl8k_txq_reclaim() local
1843 struct mwl8k_sta *sta_info = MWL8K_STA(sta); in mwl8k_ampdu_allowed() local
1855 struct mwl8k_sta *sta_info = MWL8K_STA(sta); in mwl8k_tx_count_packet() local
5433 struct mwl8k_sta *sta_info = MWL8K_STA(sta); in mwl8k_ampdu_action() local
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dfw-api.h1711 struct iwl_tdls_sta_info sta_info[IWL_MVM_TDLS_STA_COUNT]; member
1738 struct iwl_tdls_config_sta_info_res sta_info[IWL_MVM_TDLS_STA_COUNT]; member