Searched refs:ast_be_xmit (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/sys/dev/wtap/
H A Dif_wtapioctl.h105 u_int32_t ast_be_xmit; /* beacons transmitted */ member in struct:wtap_stats
/freebsd-10.1-release/sys/dev/ath/
H A Dif_athioctl.h106 u_int32_t ast_be_xmit; /* beacons transmitted */ member in struct:ath_stats
H A Dif_ath_beacon.c304 antenna = ((sc->sc_stats.ast_be_xmit / sc->sc_nbcnvaps) & 4 ? 2 : 1);
306 antenna = (sc->sc_stats.ast_be_xmit & 4 ? 2 : 1);
556 sc->sc_stats.ast_be_xmit++;
H A Dif_ath_tdma.c673 sc->sc_stats.ast_be_xmit++; /* XXX per-vap? */
H A Dif_ath_sysctl.c969 SYSCTL_ADD_UINT(ctx, child, OID_AUTO, "ast_be_xmit", CTLFLAG_RD,
970 &sc->sc_stats.ast_be_xmit, 0, "beacons transmitted");

Completed in 56 milliseconds