Searched defs:ieee80211_vif (Results 1 – 1 of 1) sorted by relevance
2182 struct ieee80211_vif { struct2184 struct ieee80211_vif_cfg cfg; argument2185 struct ieee80211_bss_conf bss_conf;2186 struct ieee80211_bss_conf __rcu *link_conf[IEEE80211_MLD_MAX_NUM_LINKS];2187 u16 valid_links, active_links, dormant_links, suspended_links;2188 struct ieee80211_neg_ttlm neg_ttlm;2189 u8 addr[ETH_ALEN] __aligned(2);2190 bool addr_valid;2191 bool p2p;2215 * ieee80211_vif_usable_links - Return the usable links for the vif argument[all …]