Home
last modified time | relevance | path

Searched refs:mwl_vap (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mwl/
H A Dif_mwlvar.h234 struct mwl_vap { struct
244 #define MWL_VAP(vap) ((struct mwl_vap *)(vap)) argument
245 #define MWL_VAP_CONST(vap) ((const struct mwl_vap *)(vap))
H A Dif_mwl.c595 struct mwl_vap *mvp; in mwl_vap_create()
637 mvp = malloc(sizeof(struct mwl_vap), M_80211_VAP, M_WAITOK | M_ZERO); in mwl_vap_create()
716 struct mwl_vap *mvp = MWL_VAP(vap); in mwl_vap_delete()
1016 struct mwl_vap *mvp = MWL_VAP(vap); in mwl_setrates()
1047 struct mwl_vap *mvp = MWL_VAP(vap); in mwl_seteapolformat()
1887 struct mwl_vap *mvp = MWL_VAP(vap); in mwl_update_ps()
1901 struct mwl_vap *mvp = MWL_VAP(vap); in mwl_set_tim()
3241 const struct mwl_vap *mvp = MWL_VAP_CONST(vap); in mwl_tx_start()
4071 struct mwl_vap *mvp = MWL_VAP(vap); in mwl_newstate()
/freebsd/sys/dev/bwn/
H A Dif_bwnvar.h1000 #define BWN_VAP_CONST(vap) ((const struct mwl_vap *)(vap))