Home
last modified time | relevance | path

Searched refs:iwi_vap (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/iwi/
H A Dif_iwivar.h121 struct iwi_vap { struct
122 struct ieee80211vap iwi_vap; argument
127 #define IWI_VAP(vap) ((struct iwi_vap *)(vap)) argument
H A Dif_iwi.c486 struct iwi_vap *ivp; in iwi_vap_create()
507 ivp = malloc(sizeof(struct iwi_vap), M_80211_VAP, M_WAITOK | M_ZERO); in iwi_vap_create()
508 vap = &ivp->iwi_vap; in iwi_vap_create()
526 struct iwi_vap *ivp = IWI_VAP(vap); in iwi_vap_delete()
939 struct iwi_vap *ivp = IWI_VAP(vap); in iwi_newstate()