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

/freebsd-11-stable/sys/dev/wtap/
H A Dif_wtapioctl.h102 int8_t ast_tx_rssi; /* tx rssi of last ack */ member in struct:wtap_stats
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_ioctl.c259 sc->sc_stats.ast_tx_rssi = ATH_RSSI(sc->sc_halstats.ns_avgtxrssi);
H A Dif_athioctl.h103 int8_t ast_tx_rssi; /* tx rssi of last ack */ member in struct:ath_stats
H A Dif_ath_tx_edma.c972 sc->sc_stats.ast_tx_rssi = ts.ts_rssi;
H A Dif_ath.c4370 sc->sc_stats.ast_tx_rssi = ts->ts_rssi;
/freebsd-11-stable/tools/tools/ath/athstats/
H A Dathstats.c649 snprintf(b, bs, "%d", wf->cur.ath.ast_tx_rssi);
745 wf->cur.ath.ast_tx_rssi + wf->cur.ath.ast_rx_noise);
893 snprintf(b, bs, "%d", wf->total.ath.ast_tx_rssi);
990 wf->total.ath.ast_tx_rssi + wf->total.ath.ast_rx_noise);

Completed in 84 milliseconds