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.h862 struct iwx_vap { struct
863 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