Searched refs:mwl_vap (Results 1 – 3 of 3) sorted by relevance
234 struct mwl_vap { struct244 #define MWL_VAP(vap) ((struct mwl_vap *)(vap)) argument245 #define MWL_VAP_CONST(vap) ((const struct mwl_vap *)(vap))
595 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()
1000 #define BWN_VAP_CONST(vap) ((const struct mwl_vap *)(vap))