Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/include/
H A Dsta_info.h70 struct sta_info { struct
72 spinlock_t 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/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtdls.h131 struct iwl_tdls_sta_info sta_info[IWL_TDLS_STA_COUNT]; member
158 struct iwl_tdls_config_sta_info_res sta_info[IWL_TDLS_STA_COUNT]; member
/linux/drivers/net/wireless/ath/carl9170/
H A Dmain.c1304 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_sta_add() local
1334 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_sta_remove() local
1404 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_ampdu_action() local
1691 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_sta_notify() local
H A 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
1291 struct carl9170_sta_info *sta_info; in carl9170_tx_ps_drop() local
1400 struct carl9170_sta_info *sta_info; in carl9170_tx_ampdu_queue() local
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.h57 struct sta_info { struct
58 u8 sta_associated_bss[WILC_MAX_NUM_STA][ETH_ALEN];
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmdresp.c976 struct mwifiex_ie_types_sta_info *sta_info = (void *)&sta_list->tlv; in mwifiex_ret_uap_sta_list() local
H A Dfw.h2446 struct host_cmd_ds_add_station sta_info; member