Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/
Dif_ath.c2339 sc->sc_syncbeacon = 1; in ath_intr()
2452 sc->sc_syncbeacon = 1; in ath_bmiss_vap()
2501 sc->sc_syncbeacon = 1; in ath_bmiss_proc()
5515 sc->sc_syncbeacon = 0; in ath_scan_start()
5739 sc->sc_syncbeacon = 1; in ath_set_channel()
5993 sc->sc_syncbeacon = 1; in ath_newstate()
6024 sc->sc_syncbeacon = 1; in ath_newstate()
6130 DPRINTF(sc, ATH_DEBUG_BEACON, "%s: syncbeacon=%d\n", __func__, sc->sc_syncbeacon); in ath_newstate()
6146 if (sc->sc_syncbeacon == 0) { in ath_newstate()
Dif_ath_tdma.c305 sc->sc_syncbeacon = 0; in ath_tdma_config()
Dif_ath_rx.c463 sc->sc_syncbeacon && in ath_recv_mgmt()
475 sc->sc_syncbeacon = 0; in ath_recv_mgmt()
Dif_athvar.h633 sc_syncbeacon:1,/* sync/resync beacon timers */ member