Lines Matching defs:ieee80211_link_data
951 struct ieee80211_link_data { struct
952 struct ieee80211_sub_if_data *sdata;
953 unsigned int link_id;
955 struct list_head assigned_chanctx_list; /* protected by chanctx_mtx */
956 struct list_head reserved_chanctx_list; /* protected by chanctx_mtx */
959 struct ieee80211_key __rcu *gtk[NUM_DEFAULT_KEYS +
962 struct ieee80211_key __rcu *default_multicast_key;
963 struct ieee80211_key __rcu *default_mgmt_key;
964 struct ieee80211_key __rcu *default_beacon_key;
966 struct work_struct csa_finalize_work;
967 bool csa_block_tx; /* write-protected by sdata_lock and local->mtx */
991 struct ieee80211_link_data_managed mgd; argument
993 } u;
995 struct ieee80211_tx_queue_params tx_conf[IEEE80211_NUM_ACS];
997 struct ieee80211_bss_conf *conf;