Searched refs:sc_opmode (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_ath.c | 1299 sc->sc_opmode = HAL_M_STA; in ath_attach() 1733 sc->sc_opmode = HAL_M_IBSS; in ath_vap_create() 1736 sc->sc_opmode = HAL_M_STA; in ath_vap_create() 1753 sc->sc_opmode = HAL_M_HOSTAP; in ath_vap_create() 1756 sc->sc_opmode = HAL_M_MONITOR; in ath_vap_create() 2021 ath_hal_reset(ah, sc->sc_opmode, in ath_resume() 2633 if (!ath_hal_reset(ah, sc->sc_opmode, ic->ic_curchan, AH_FALSE, in ath_init() 3018 if (!ath_hal_reset(ah, sc->sc_opmode, ic->ic_curchan, AH_TRUE, in ath_reset() 5327 if (!ath_hal_reset(ah, sc->sc_opmode, chan, AH_TRUE, in ath_chan_set() 5532 if (sc->sc_opmode != HAL_M_HOSTAP) in ath_calibrate()
|
H A D | if_athvar.h | 679 HAL_OPMODE sc_opmode; /* current operating mode */ member
|