Home
last modified time | relevance | path

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

/net/mac80211/
Dsta_info.h655 struct sta_info { struct
657 struct list_head list, free_list;
658 struct rcu_head rcu_head;
659 struct rhlist_head hash_node;
660 u8 addr[ETH_ALEN];
661 struct ieee80211_local *local;
662 struct ieee80211_sub_if_data *sdata;
663 struct ieee80211_key __rcu *ptk[NUM_DEFAULT_KEYS];
664 u8 ptk_idx;
665 struct rate_control_ref *rate_ctrl;
[all …]
Drc80211_minstrel_ht.c1708 struct sta_info *sta_info; in minstrel_ht_update_caps() local