Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwnvar.h994 struct bwn_vap { struct
999 #define BWN_VAP(vap) ((struct bwn_vap *)(vap)) argument
H A Dif_bwn.c2010 struct bwn_vap *bvp; in bwn_vap_create()
2025 bvp = malloc(sizeof(struct bwn_vap), M_80211_VAP, M_WAITOK | M_ZERO); in bwn_vap_create()
2046 struct bwn_vap *bvp = BWN_VAP(vap); in bwn_vap_delete()
4953 struct bwn_vap *bvp = BWN_VAP(vap); in bwn_newstate()