Searched refs:iwi_vap (Results 1 – 2 of 2) sorted by relevance
119 struct iwi_vap { struct120 struct ieee80211vap iwi_vap; argument125 #define IWI_VAP(vap) ((struct iwi_vap *)(vap)) argument
481 struct iwi_vap *ivp; in iwi_vap_create()502 ivp = malloc(sizeof(struct iwi_vap), M_80211_VAP, M_WAITOK | M_ZERO); in iwi_vap_create()503 vap = &ivp->iwi_vap; in iwi_vap_create()521 struct iwi_vap *ivp = IWI_VAP(vap); in iwi_vap_delete()934 struct iwi_vap *ivp = IWI_VAP(vap); in iwi_newstate()