Searched defs:wfx_vif (Results 1 – 1 of 1) sorted by relevance
64 struct wfx_vif { struct65 struct wfx_dev *wdev;66 struct ieee80211_channel *channel;67 int id;69 u32 link_id_map;71 bool after_dtim_tx_allowed;72 bool join_in_progress;96 static inline struct ieee80211_vif *wvif_to_vif(struct wfx_vif *wvif) in wvif_to_vif() argument