Searched defs:ieee80211_link_data (Results 1 – 1 of 1) sorted by relevance
969 struct ieee80211_link_data { struct970 struct ieee80211_sub_if_data *sdata;971 unsigned int link_id;973 struct list_head assigned_chanctx_list; /* protected by chanctx_mtx */974 struct list_head reserved_chanctx_list; /* protected by chanctx_mtx */977 struct ieee80211_key __rcu *gtk[NUM_DEFAULT_KEYS +980 struct ieee80211_key __rcu *default_multicast_key;981 struct ieee80211_key __rcu *default_mgmt_key;982 struct ieee80211_key __rcu *default_beacon_key;984 struct work_struct csa_finalize_work;[all …]