Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_beacon.c314 antenna = ((sc->sc_stats.ast_be_xmit / sc->sc_nbcnvaps) & 4 ? 2 : 1); in ath_beacon_setup()
316 antenna = (sc->sc_stats.ast_be_xmit & 4 ? 2 : 1); in ath_beacon_setup()
566 sc->sc_stats.ast_be_xmit++; in ath_beacon_proc()
H A Dif_athioctl.h106 u_int32_t ast_be_xmit; /* beacons transmitted */ member
H A Dif_ath_tdma.c679 sc->sc_stats.ast_be_xmit++; /* XXX per-vap? */ in ath_tdma_beacon_send()
H A Dif_ath_sysctl.c1182 &sc->sc_stats.ast_be_xmit, 0, "beacons transmitted"); in ath_sysctl_stats_attach()