Searched defs:iwm_vap (Results 1 – 1 of 1) sorted by relevance
352 struct iwm_vap { struct353 struct ieee80211vap iv_vap;354 int is_uploaded;355 int iv_auth;357 int (*iv_newstate)(struct ieee80211vap *,381 #define IWM_VAP(_vap) ((struct iwm_vap *)(_vap)) argument