Home
last modified time | relevance | path

Searched defs:iwx_vap (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/iwx/
H A Dif_iwxvar.h863 struct iwx_vap { struct
864 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