Searched refs:ast_tx_rssi (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/dev/wtap/
H A Dif_wtapioctl.h102 int8_t ast_tx_rssi; /* tx rssi of last ack */ member in struct:wtap_stats
/freebsd-current/sys/dev/ath/
H A Dif_ath_ioctl.c256 sc->sc_stats.ast_tx_rssi = ATH_RSSI(sc->sc_halstats.ns_avgtxrssi);
H A Dif_athioctl.h108 int8_t ast_tx_rssi; /* tx rssi of last ack */ member in struct:ath_stats
H A Dif_ath_tx_edma.c1009 sc->sc_stats.ast_tx_rssi = ts.ts_rssi;
H A Dif_ath.c4548 sc->sc_stats.ast_tx_rssi = ts->ts_rssi;
/freebsd-current/tools/tools/ath/athstats/
H A Dathstats.c659 snprintf(b, bs, "%d", wf->cur.ath.ast_tx_rssi);
755 wf->cur.ath.ast_tx_rssi + wf->cur.ath.ast_rx_noise);
911 snprintf(b, bs, "%d", wf->total.ath.ast_tx_rssi);
1008 wf->total.ath.ast_tx_rssi + wf->total.ath.ast_rx_noise);

Completed in 203 milliseconds