Searched defs:ieee80211_link_data (Results 1 – 1 of 1) sorted by relevance
1070 struct ieee80211_link_data { struct1071 struct ieee80211_sub_if_data *sdata;1072 unsigned int link_id;1074 struct list_head assigned_chanctx_list; /* protected by wiphy mutex */1075 struct list_head reserved_chanctx_list; /* protected by wiphy mutex */1078 struct ieee80211_key __rcu *gtk[NUM_DEFAULT_KEYS +1081 struct ieee80211_key __rcu *default_multicast_key;1082 struct ieee80211_key __rcu *default_mgmt_key;1083 struct ieee80211_key __rcu *default_beacon_key;1086 bool operating_11g_mode;[all …]