Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath.c2465 sc->sc_syncbeacon = 1; in ath_bmiss_vap()
2515 sc->sc_syncbeacon = 1; in ath_bmiss_proc()
2548 sc->sc_syncbeacon = 1; in ath_tsfoor_proc()
5567 sc->sc_syncbeacon = 0; in ath_scan_start()
5791 sc->sc_syncbeacon = 1; in ath_set_channel()
6045 sc->sc_syncbeacon = 1; in ath_newstate()
6082 sc->sc_syncbeacon = 1; in ath_newstate()
6190 DPRINTF(sc, ATH_DEBUG_BEACON, "%s: syncbeacon=%d\n", __func__, sc->sc_syncbeacon); in ath_newstate()
6206 if (sc->sc_syncbeacon == 0) { in ath_newstate()
H A Dif_ath_tdma.c303 sc->sc_syncbeacon = 0; in ath_tdma_config()
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