Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dmac80211.h1508 struct ieee80211_vif { struct
1509 enum nl80211_iftype type;
1510 struct ieee80211_bss_conf bss_conf;
1511 u8 addr[ETH_ALEN] __aligned(2);
1535 static inline bool ieee80211_vif_is_mesh(struct ieee80211_vif *vif) in ieee80211_vif_is_mesh() argument