Searched defs:ieee80211_vif (Results 1 – 1 of 1) sorted by relevance
1703 struct ieee80211_vif { struct1704 enum nl80211_iftype type;1705 struct ieee80211_bss_conf bss_conf;1706 u8 addr[ETH_ALEN] __aligned(2);1707 bool p2p;1708 bool csa_active;1709 bool mu_mimo_owner;1734 static inline bool ieee80211_vif_is_mesh(struct ieee80211_vif *vif) in ieee80211_vif_is_mesh() argument