Home
last modified time | relevance | path

Searched refs:ath_hal_setassocid (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c5581 ath_hal_setassocid(ah, ieee80211broadcastaddr, 0); in ath_scan_start()
5602 ath_hal_setassocid(ah, sc->sc_curbssid, sc->sc_curaid); in ath_scan_end()
5923 ath_hal_setassocid(ah, sc->sc_curbssid, sc->sc_curaid); in ath_newstate()
H A Dif_athvar.h1154 #define ath_hal_setassocid(_ah, _bss, _associd) \ macro