Searched refs:ath_vap (Results 1 – 4 of 4) sorted by relevance
185 struct ath_vap *avp = ATH_VAP(vap); in ath_beacon_alloc()701 struct ath_vap *avp = ATH_VAP(vap); in ath_beacon_generate()827 struct ath_vap *avp = ATH_VAP(vap); in ath_beacon_start_adhoc()931 struct ath_vap *avp; in ath_beacon_config()
1527 struct ath_vap *avp; in ath_vap_create()1533 avp = malloc(sizeof(struct ath_vap), M_80211_VAP, M_WAITOK | M_ZERO); in ath_vap_create()1786 struct ath_vap *avp = ATH_VAP(vap); in ath_vap_delete()2535 struct ath_vap *avp; in ath_vap_clear_quiet_ie()5622 struct ath_vap *avp = ATH_VAP(vap); in ath_set_quiet_ie()5767 struct ath_vap *avp = ATH_VAP(vap); in ath_newstate()6656 struct ath_vap *avp = ATH_VAP(ni->ni_vap); in ath_node_powersave()6675 struct ath_vap *avp = ATH_VAP(ni->ni_vap); in ath_node_powersave()6724 struct ath_vap *avp = ATH_VAP(ni->ni_vap); in ath_node_set_tim()6816 struct ath_vap *avp = ATH_VAP(ni->ni_vap); in ath_node_set_tim()[all …]
480 struct ath_vap { struct498 #define ATH_VAP(vap) ((struct ath_vap *)(vap)) argument
1908 struct ath_vap *avp = ATH_VAP(vap); in ath_tx_start()