Home
last modified time | relevance | path

Searched refs:sc_curbssid (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/dev/mwl/
HDif_mwlvar.h274 u_int8_t sc_curbssid[IEEE80211_ADDR_LEN]; member
/trueos/sys/dev/ath/
HDif_ath.c5201 ath_hal_setassocid(ah, sc->sc_curbssid, sc->sc_curaid); in ath_scan_end()
5207 __func__, rfilt, ether_sprintf(sc->sc_curbssid), in ath_scan_end()
5338 IEEE80211_ADDR_COPY(sc->sc_curbssid, ni->ni_bssid); in ath_newstate()
5339 ath_hal_setassocid(ah, sc->sc_curbssid, sc->sc_curaid); in ath_newstate()
5342 __func__, rfilt, ether_sprintf(sc->sc_curbssid), sc->sc_curaid); in ath_newstate()
HDif_athvar.h653 u_int8_t sc_curbssid[IEEE80211_ADDR_LEN]; member