Searched defs:sta_info (Results 1 – 11 of 11) sorted by relevance
77 uint state;78 uint aid;79 uint mac_id;92 s32 rssi;95 u8 cts2self;119 * sta_info: (STA & AP) CAP/INFO */ argument135 int flags;156 u8 qos_info;160 u8 uapsd_be;161 u8 uapsd_vi;[all …]
83 uint state;84 uint aid;85 uint mac_id;101 s32 rssi;104 u8 cts2self;105 u8 rtsen;107 u8 raid;109 u32 ra_mask;133 /* curr_network(mlme_priv/security_priv/qos/ht) + sta_info: (STA & AP) CAP/INFO */ argument149 int flags;[all …]
45 struct sta_info { struct46 spinlock_t lock;49 struct sta_xmit_priv sta_xmitpriv;74 * + sta_info: (STA & AP) CAP/INFO argument80 struct list_head asoc_list;81 struct list_head auth_list;82 unsigned int expire_to;83 unsigned int auth_seq;84 unsigned int authalg;85 unsigned char chg_txt[128];[all …]
40 struct sta_info { struct42 struct sta_info *hnext; /* next entry in hash table list */ argument46 u8 addr[6];48 u32 flags;49 u16 capability;57 unsigned long rx_packets, tx_packets;58 unsigned long rx_bytes, tx_bytes;82 local_info_t *local;85 union {96 } u;[all …]
574 struct list_head list, free_list;584 u8 ptk_idx;602 bool dead;603 bool removed;605 bool uploaded;619 u64 assoc_at;624 struct {633 struct {647 struct {653 } tx_stats;[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
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
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() local1290 struct carl9170_sta_info *sta_info; in carl9170_tx_ps_drop() local1399 struct carl9170_sta_info *sta_info; in carl9170_tx_ampdu_queue() 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
Completed in 42 milliseconds