Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_uathvar.h177 struct uath_vap { struct
182 #define UATH_VAP(vap) ((struct uath_vap *)(vap)) argument
H A Dif_uath.c1033 struct uath_vap *uvp; in uath_vap_create()
1038 uvp = malloc(sizeof(struct uath_vap), M_80211_VAP, M_WAITOK | M_ZERO); in uath_vap_create()
1063 struct uath_vap *uvp = UATH_VAP(vap); in uath_vap_delete()
1995 struct uath_vap *uvp = UATH_VAP(vap); in uath_newstate()