Searched defs:iwx_vap (Results 1 – 1 of 1) sorted by relevance
862 struct iwx_vap { struct863 struct ieee80211vap iv_vap;864 int is_uploaded;865 int iv_auth;867 int (*iv_newstate)(struct ieee80211vap *,891 #define IWX_VAP(_vap) ((struct iwx_vap *)(_vap)) argument