Home
last modified time | relevance | path

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

/net/mac80211/
Dsta_info.h521 struct sta_info { struct
523 struct list_head list, free_list;
524 struct rcu_head rcu_head;
525 struct rhlist_head hash_node;
526 u8 addr[ETH_ALEN];
527 struct ieee80211_local *local;
528 struct ieee80211_sub_if_data *sdata;
529 struct ieee80211_key __rcu *gtk[NUM_DEFAULT_KEYS + NUM_DEFAULT_MGMT_KEYS];
530 struct ieee80211_key __rcu *ptk[NUM_DEFAULT_KEYS];
531 u8 ptk_idx;
[all …]