Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/
Dmac80211.h1719 struct ieee80211_vif { struct
1720 enum nl80211_iftype type;
1721 struct ieee80211_bss_conf bss_conf;
1722 u8 addr[ETH_ALEN] __aligned(2);
1723 bool p2p;
1724 bool csa_active;
1725 bool mu_mimo_owner;
1727 u8 cab_queue;
1728 u8 hw_queue[IEEE80211_NUM_ACS];
1753 static inline bool ieee80211_vif_is_mesh(struct ieee80211_vif *vif) in ieee80211_vif_is_mesh() argument