Home
last modified time | relevance | path

Searched refs:sc_syncbeacon (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tdma.c303 sc->sc_syncbeacon = 0; in ath_tdma_config()
H A Dif_ath.c2473 sc->sc_syncbeacon = 1; in ath_bmiss_vap()
2523 sc->sc_syncbeacon = 1; in ath_bmiss_proc()
2556 sc->sc_syncbeacon = 1; in ath_tsfoor_proc()
5575 sc->sc_syncbeacon = 0; in ath_scan_start()
5799 sc->sc_syncbeacon = 1; in ath_set_channel()
6053 sc->sc_syncbeacon = 1; in ath_newstate()
6090 sc->sc_syncbeacon = 1; in ath_newstate()
6198 DPRINTF(sc, ATH_DEBUG_BEACON, "%s: syncbeacon=%d\n", __func__, sc->sc_syncbeacon); in ath_newstate()
6214 if (sc->sc_syncbeacon == 0) { in ath_newstate()
H A Dif_ath_rx.c461 sc->sc_syncbeacon && in ath_recv_mgmt()
474 sc->sc_syncbeacon = 0; in ath_recv_mgmt()
H A Dif_athvar.h632 sc_syncbeacon:1,/* sync/resync beacon timers */ member