Searched refs:iwi_vap (Results 1 – 2 of 2) sorted by relevance
121 struct iwi_vap { struct122 struct ieee80211vap iwi_vap; argument127 #define IWI_VAP(vap) ((struct iwi_vap *)(vap)) argument
486 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()