Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dsta_info.h70 struct sta_info { struct
72 _lock lock;
73 struct list_head list; /* free_sta_queue */
74 struct list_head hash_list; /* sta_hash */
75 struct adapter *padapter;
77 struct sta_xmit_priv sta_xmitpriv;
78 struct sta_recv_priv sta_recvpriv;
80 struct __queue sleep_q;
81 unsigned int sleepq_len;
83 uint state;
[all …]
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dsta_info.h69 struct sta_info { struct
70 spinlock_t lock;
71 struct list_head list; /* free_sta_queue */
72 struct list_head hash_list; /* sta_hash */
74 struct sta_xmit_priv sta_xmitpriv;
75 struct sta_recv_priv sta_recvpriv;
77 struct __queue sleep_q;
78 unsigned int sleepq_len;
80 uint state;
81 uint aid;
[all …]
/Linux-v4.19/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-v4.19/drivers/net/wireless/intersil/hostap/
Dhostap_ap.h40 struct sta_info { struct
42 struct sta_info *hnext; /* next entry in hash table list */ argument
43 atomic_t users; /* number of users (do not remove if > 0) */
44 struct proc_dir_entry *proc;
46 u8 addr[6];
47 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */
48 u32 flags;
49 u16 capability;
50 u16 listen_interval; /* or beacon_int for APs */
51 u8 supported_rates[WLAN_SUPP_RATES_MAX];
[all …]
/Linux-v4.19/net/mac80211/
Dsta_info.h486 struct sta_info { struct
488 struct list_head list, free_list;
489 struct rcu_head rcu_head;
490 struct rhlist_head hash_node;
491 u8 addr[ETH_ALEN];
492 struct ieee80211_local *local;
493 struct ieee80211_sub_if_data *sdata;
494 struct ieee80211_key __rcu *gtk[NUM_DEFAULT_KEYS + NUM_DEFAULT_MGMT_KEYS];
495 struct ieee80211_key __rcu *ptk[NUM_DEFAULT_KEYS];
496 u8 ptk_idx;
[all …]
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/api/
Dtdls.h178 struct iwl_tdls_sta_info sta_info[IWL_MVM_TDLS_STA_COUNT]; member
205 struct iwl_tdls_config_sta_info_res sta_info[IWL_MVM_TDLS_STA_COUNT]; member
/Linux-v4.19/drivers/net/wireless/ath/carl9170/
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
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
1423 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_ampdu_action() local
1733 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_sta_notify() local
/Linux-v4.19/drivers/staging/wilc1000/
Dwilc_wfi_netdevice.h59 struct sta_info { struct
82 struct sta_info assoc_stainfo; argument
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dsta_cmdresp.c956 struct mwifiex_ie_types_sta_info *sta_info = (void *)&sta_list->tlv; in mwifiex_ret_uap_sta_list() local
/Linux-v4.19/drivers/net/wireless/marvell/
Dmwl8k.c1678 struct mwl8k_sta *sta_info = NULL; in mwl8k_txq_reclaim() local
1848 struct mwl8k_sta *sta_info = MWL8K_STA(sta); in mwl8k_ampdu_allowed() local
1860 struct mwl8k_sta *sta_info = MWL8K_STA(sta); in mwl8k_tx_count_packet() local
5440 struct mwl8k_sta *sta_info = MWL8K_STA(sta); in mwl8k_ampdu_action() local