Searched refs:sc_opmode (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/ath/
H A Dif_ath.c1297 sc->sc_opmode = HAL_M_STA;
1731 sc->sc_opmode = HAL_M_IBSS;
1734 sc->sc_opmode = HAL_M_STA;
1751 sc->sc_opmode = HAL_M_HOSTAP;
1754 sc->sc_opmode = HAL_M_MONITOR;
2019 ath_hal_reset(ah, sc->sc_opmode,
2625 if (!ath_hal_reset(ah, sc->sc_opmode, ic->ic_curchan, AH_FALSE,
3010 if (!ath_hal_reset(ah, sc->sc_opmode, ic->ic_curchan, AH_TRUE,
5319 if (!ath_hal_reset(ah, sc->sc_opmode, chan, AH_TRUE,
5524 if (sc->sc_opmode !
[all...]
H A Dif_athvar.h679 HAL_OPMODE sc_opmode; /* current operating mode */ member in struct:ath_softc

Completed in 81 milliseconds