Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/iwm/
H A Dif_iwmvar.h352 struct iwm_vap { struct
353 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