Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/usb/wlan/
HDif_urtwvar.h87 struct urtw_vap { struct
92 #define URTW_VAP(vap) ((struct urtw_vap *)(vap)) argument
HDif_urtw.c1019 struct urtw_vap *uvp; in urtw_vap_create()
1024 uvp = malloc(sizeof(struct urtw_vap), M_80211_VAP, M_WAITOK | M_ZERO); in urtw_vap_create()
1049 struct urtw_vap *uvp = URTW_VAP(vap); in urtw_vap_delete()
1864 struct urtw_vap *uvp = URTW_VAP(vap); in urtw_newstate()