Home
last modified time | relevance | path

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

/linux/include/net/
H A Dmac80211.h2038 struct ieee80211_vif { struct
2040 struct ieee80211_vif_cfg cfg; argument
2041 struct ieee80211_bss_conf bss_conf;
2042 struct ieee80211_bss_conf __rcu *link_conf[IEEE80211_MLD_MAX_NUM_LINKS];
2043 u16 valid_links, active_links, dormant_links, suspended_links;
2044 struct ieee80211_neg_ttlm neg_ttlm;
2045 u8 addr[ETH_ALEN] __aligned(2);
2046 bool addr_valid;
2070 * ieee80211_vif_usable_links - Return the usable links for the vif argument
2074 static inline u16 ieee80211_vif_usable_links(const struct ieee80211_vif *vif) in ieee80211_vif_usable_links() argument