Searched refs:sc_curbssid (Results 1 – 3 of 3) sorted by relevance
| /trueos/sys/dev/mwl/ |
| HD | if_mwlvar.h | 274 u_int8_t sc_curbssid[IEEE80211_ADDR_LEN]; member
|
| /trueos/sys/dev/ath/ |
| HD | if_ath.c | 5201 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()
|
| HD | if_athvar.h | 653 u_int8_t sc_curbssid[IEEE80211_ADDR_LEN]; member
|