Searched defs:iwx_vap (Results 1 – 1 of 1) sorted by relevance
863 struct iwx_vap { struct864 struct ieee80211vap iv_vap;865 int is_uploaded;866 int iv_auth;868 int (*iv_newstate)(struct ieee80211vap *,892 #define IWX_VAP(_vap) ((struct iwx_vap *)(_vap)) argument