Searched defs:wfx_vif (Results 1 – 2 of 2) sorted by relevance
63 struct wfx_vif { struct64 struct wfx_dev *wdev;65 struct ieee80211_vif *vif;66 struct ieee80211_channel *channel;67 int id;69 u32 link_id_map;94 static inline struct wfx_vif *wdev_to_wvif(struct wfx_dev *wdev, int vif_id) in wdev_to_wvif() argument
63 struct wfx_vif { struct64 struct wfx_dev *wdev;65 struct ieee80211_channel *channel;66 int id;68 u32 link_id_map;70 bool after_dtim_tx_allowed;94 static inline struct ieee80211_vif *wvif_to_vif(struct wfx_vif *wvif) in wvif_to_vif() argument