Searched defs:sta_info (Results 1 – 10 of 10) sorted by relevance
66 struct sta_info { struct67 spinlock_t lock;68 struct list_head list; /* free_sta_queue */69 struct list_head hash_list; /* sta_hash */71 struct sta_xmit_priv sta_xmitpriv;72 struct sta_recv_priv sta_recvpriv;74 struct __queue sleep_q;75 unsigned int sleepq_len;77 uint state;78 uint aid;[all …]
70 struct sta_info { struct72 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 …]
45 struct sta_info { struct46 spinlock_t lock;47 struct list_head list; /*free_sta_queue*/48 struct list_head hash_list; /*sta_hash*/49 struct sta_xmit_priv sta_xmitpriv;50 struct sta_recv_priv sta_recvpriv;74 * + sta_info: (STA & AP) CAP/INFO argument80 struct list_head asoc_list;81 struct list_head auth_list;82 unsigned int expire_to;[all …]
40 struct sta_info { struct42 struct sta_info *hnext; /* next entry in hash table list */ argument43 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 …]
131 struct iwl_tdls_sta_info sta_info[IWL_MVM_TDLS_STA_COUNT]; member158 struct iwl_tdls_config_sta_info_res sta_info[IWL_MVM_TDLS_STA_COUNT]; member
141 struct carl9170_sta_info *sta_info; in carl9170_tx_ps_unblock() local384 struct carl9170_sta_info *sta_info; in carl9170_tx_status_process_ampdu() local1291 struct carl9170_sta_info *sta_info; in carl9170_tx_ps_drop() local1400 struct carl9170_sta_info *sta_info; in carl9170_tx_ampdu_queue() local
1305 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_sta_add() local1335 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_sta_remove() local1404 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_ampdu_action() local1713 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_sta_notify() local
54 struct sta_info { struct55 u8 sta_associated_bss[WILC_MAX_NUM_STA][ETH_ALEN];
964 struct mwifiex_ie_types_sta_info *sta_info = (void *)&sta_list->tlv; in mwifiex_ret_uap_sta_list() local
1688 struct mwl8k_sta *sta_info = NULL; in mwl8k_txq_reclaim() local1858 struct mwl8k_sta *sta_info = MWL8K_STA(sta); in mwl8k_ampdu_allowed() local1870 struct mwl8k_sta *sta_info = MWL8K_STA(sta); in mwl8k_tx_count_packet() local5453 struct mwl8k_sta *sta_info = MWL8K_STA(sta); in mwl8k_ampdu_action() local