Home
last modified time | relevance | path

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

/freebsd/sys/dev/ipw/
H A Dif_ipwvar.h84 struct ipw_vap { struct
90 #define IPW_VAP(vap) ((struct ipw_vap *)(vap)) argument
H A Dif_ipw.c404 struct ipw_vap *ivp; in ipw_vap_create()
461 ivp = malloc(sizeof(struct ipw_vap), M_80211_VAP, M_WAITOK | M_ZERO); in ipw_vap_create()
479 struct ipw_vap *ivp = IPW_VAP(vap); in ipw_vap_delete()
849 struct ipw_vap *ivp = IPW_VAP(vap); in ipw_newstate()