Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_beacon.c183 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()
H A Dif_ath.c1536 struct ath_vap *avp; in ath_vap_create()
1542 avp = malloc(sizeof(struct ath_vap), M_80211_VAP, M_WAITOK | M_ZERO); in ath_vap_create()
1795 struct ath_vap *avp = ATH_VAP(vap); in ath_vap_delete()
2590 struct ath_vap *avp; in ath_vap_clear_quiet_ie()
5682 struct ath_vap *avp = ATH_VAP(vap); in ath_set_quiet_ie()
5827 struct ath_vap *avp = ATH_VAP(vap); in ath_newstate()
6724 struct ath_vap *avp = ATH_VAP(ni->ni_vap); in ath_node_powersave()
6743 struct ath_vap *avp = ATH_VAP(ni->ni_vap); in ath_node_powersave()
6792 struct ath_vap *avp = ATH_VAP(ni->ni_vap); in ath_node_set_tim()
6884 struct ath_vap *avp = ATH_VAP(ni->ni_vap); in ath_node_set_tim()
[all …]
H A Dif_athvar.h479 struct ath_vap { struct
497 #define ATH_VAP(vap) ((struct ath_vap *)(vap)) argument
H A Dif_ath_tx.c1906 struct ath_vap *avp = ATH_VAP(vap); in ath_tx_start()