Searched defs:sta_info (Results 1 – 11 of 11) sorted by relevance
81 struct sta_info { struct82 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 …]
82 struct sta_info { struct83 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 …]
58 struct sta_info { struct59 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 argument93 struct list_head asoc_list;94 struct list_head auth_list;95 unsigned int expire_to;[all …]
39 struct sta_info { struct41 struct sta_info *hnext; /* next entry in hash table list */ argument42 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 …]
388 struct sta_info { struct390 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 …]
1319 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_sta_add() local1349 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_sta_remove() local1421 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_ampdu_action() local1731 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_sta_notify() local
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() local1286 struct carl9170_sta_info *sta_info; in carl9170_tx_ps_drop() local1395 struct carl9170_sta_info *sta_info; in carl9170_tx_ampdu_queue() local
87 struct sta_info { struct111 struct sta_info assoc_stainfo; argument
968 struct mwifiex_ie_types_sta_info *sta_info = (void *)&sta_list->tlv; in mwifiex_ret_uap_sta_list() local
1673 struct mwl8k_sta *sta_info = NULL; in mwl8k_txq_reclaim() local1843 struct mwl8k_sta *sta_info = MWL8K_STA(sta); in mwl8k_ampdu_allowed() local1855 struct mwl8k_sta *sta_info = MWL8K_STA(sta); in mwl8k_tx_count_packet() local5433 struct mwl8k_sta *sta_info = MWL8K_STA(sta); in mwl8k_ampdu_action() local
1711 struct iwl_tdls_sta_info sta_info[IWL_MVM_TDLS_STA_COUNT]; member1738 struct iwl_tdls_config_sta_info_res sta_info[IWL_MVM_TDLS_STA_COUNT]; member