Home
last modified time | relevance | path

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

/src/sys/dev/ath/
H A Dif_ath.c2468 sc->sc_syncbeacon = 1; in ath_bmiss_vap()
2518 sc->sc_syncbeacon = 1; in ath_bmiss_proc()
2551 sc->sc_syncbeacon = 1; in ath_tsfoor_proc()
5570 sc->sc_syncbeacon = 0; in ath_scan_start()
5794 sc->sc_syncbeacon = 1; in ath_set_channel()
6048 sc->sc_syncbeacon = 1; in ath_newstate()
6085 sc->sc_syncbeacon = 1; in ath_newstate()
6193 DPRINTF(sc, ATH_DEBUG_BEACON, "%s: syncbeacon=%d\n", __func__, sc->sc_syncbeacon); in ath_newstate()
6209 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