Home
last modified time | relevance | path

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

/NextBSD/sys/dev/iwi/
HDif_iwivar.h119 struct iwi_vap { struct
120 struct ieee80211vap iwi_vap; argument
125 #define IWI_VAP(vap) ((struct iwi_vap *)(vap)) argument
HDif_iwi.c481 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()