Searched refs:urtw_vap (Results 1 – 2 of 2) sorted by relevance
87 struct urtw_vap { struct92 #define URTW_VAP(vap) ((struct urtw_vap *)(vap)) argument
1019 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()