Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c1895 if (sc->sc_beacons) { /* restart beacons */ in ath_vap_delete()
2686 sc->sc_beacons = 0; in ath_init()
3062 if (sc->sc_beacons) { /* restart beacons */ in ath_reset()
5387 if (sc->sc_beacons) { /* restart beacons */ in ath_chan_set()
5906 sc->sc_beacons = 0; in ath_newstate()
6054 } else if (!sc->sc_beacons) { in ath_newstate()
6061 sc->sc_beacons = 1; in ath_newstate()
6111 sc->sc_beacons = 1; in ath_newstate()
6177 sc->sc_beacons = 0; in ath_newstate()
H A Dif_athvar.h640 sc_beacons : 1,/* beacons running */ member