Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/iwi/
H A Dif_iwivar.h119 struct iwi_vap { struct
120 struct ieee80211vap iwi_vap; argument
125 #define IWI_VAP(vap) ((struct iwi_vap *)(vap)) argument
H A Dif_iwi.c515 struct iwi_vap *ivp; in iwi_vap_create()
536 ivp = kmalloc(sizeof(struct iwi_vap), M_80211_VAP, M_WAITOK | M_ZERO); in iwi_vap_create()
537 vap = &ivp->iwi_vap; in iwi_vap_create()
555 struct iwi_vap *ivp = IWI_VAP(vap); in iwi_vap_delete()
1002 struct iwi_vap *ivp = IWI_VAP(vap); in iwi_newstate()