Home
last modified time | relevance | path

Searched refs:ath_vap (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/ath/
HDif_ath_beacon.c179 struct ath_vap *avp = ATH_VAP(vap); in ath_beacon_alloc()
695 struct ath_vap *avp = ATH_VAP(vap); in ath_beacon_generate()
816 struct ath_vap *avp = ATH_VAP(vap); in ath_beacon_start_adhoc()
HDif_ath.c1452 struct ath_vap *avp; in ath_vap_create()
1458 avp = malloc(sizeof(struct ath_vap), M_80211_VAP, M_WAITOK | M_ZERO); in ath_vap_create()
1710 struct ath_vap *avp = ATH_VAP(vap); in ath_vap_delete()
5479 struct ath_vap *avp = ATH_VAP(vap); in ath_newstate()
6251 struct ath_vap *avp = ATH_VAP(ni->ni_vap); in ath_node_powersave()
6270 struct ath_vap *avp = ATH_VAP(ni->ni_vap); in ath_node_powersave()
6319 struct ath_vap *avp = ATH_VAP(ni->ni_vap); in ath_node_set_tim()
6411 struct ath_vap *avp = ATH_VAP(ni->ni_vap); in ath_node_set_tim()
6451 struct ath_vap *avp; in ath_tx_update_tim()
6520 struct ath_vap *avp; in ath_node_recv_pspoll()
HDif_athvar.h476 struct ath_vap { struct
493 #define ATH_VAP(vap) ((struct ath_vap *)(vap)) argument
HDif_ath_tx.c1845 struct ath_vap *avp = ATH_VAP(vap); in ath_tx_start()