Searched defs:ieee80211_vif (Results 1 – 1 of 1) sorted by relevance
1711 struct ieee80211_vif { struct1712 enum nl80211_iftype type;1713 struct ieee80211_bss_conf bss_conf;1714 u8 addr[ETH_ALEN] __aligned(2);1715 bool p2p;1716 bool csa_active;1717 bool mu_mimo_owner;1719 u8 cab_queue;1720 u8 hw_queue[IEEE80211_NUM_ACS];1744 static inline bool ieee80211_vif_is_mesh(struct ieee80211_vif *vif) in ieee80211_vif_is_mesh() argument