Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath.c5573 ath_hal_setassocid(ah, ieee80211broadcastaddr, 0); in ath_scan_start()
5594 ath_hal_setassocid(ah, sc->sc_curbssid, sc->sc_curaid); in ath_scan_end()
5915 ath_hal_setassocid(ah, sc->sc_curbssid, sc->sc_curaid); in ath_newstate()
H A Dif_athvar.h1150 #define ath_hal_setassocid(_ah, _bss, _associd) \ macro