Searched refs:txrate (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/dev/ath/
H A Dif_athrate.h136 u_int8_t *rix, int *try0, u_int8_t *txrate);
H A Dif_ath_tx.c1534 u_int8_t rix = 0, txrate = 0; local
1628 txrate = rt->info[rix].rateCode;
1630 txrate |= rt->info[rix].shortPreamble;
1637 txrate = rt->info[rix].rateCode;
1639 txrate |= rt->info[rix].shortPreamble;
1652 txrate = rt->info[rix].rateCode;
1654 txrate |= rt->info[rix].shortPreamble;
1659 txrate = rt->info[rix].rateCode;
1661 txrate |= rt->info[rix].shortPreamble;
1806 bf->bf_state.bfs_rc[0].ratecode = txrate;
2068 u_int8_t rix, txrate; local
[all...]
/freebsd-11-stable/sys/dev/ath/ath_rate/amrr/
H A Damrr.c106 u_int8_t *rix, int *try0, u_int8_t *txrate)
113 *txrate = amn->amn_tx_rate0sp;
115 *txrate = amn->amn_tx_rate0;
104 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, int shortPreamble, size_t frameLen, u_int8_t *rix, int *try0, u_int8_t *txrate) argument
/freebsd-11-stable/sys/dev/ath/ath_rate/onoe/
H A Donoe.c114 u_int8_t *rix, int *try0, u_int8_t *txrate)
121 *txrate = on->on_tx_rate0sp;
123 *txrate = on->on_tx_rate0;
112 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, int shortPreamble, size_t frameLen, u_int8_t *rix, int *try0, u_int8_t *txrate) argument
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h48 uint8_t txrate; member in struct:wlan_peer
H A Dwlan_sys.c2699 wip->txrate = si->isi_txrate;
H A Dwlan_snmp.c933 val->v.integer = wip->txrate;
2322 val->v.integer = wip->txrate;
/freebsd-11-stable/sys/dev/ath/ath_rate/sample/
H A Dsample.c484 u_int8_t *rix0, int *try0, u_int8_t *txrate)
626 * Set the visible txrate for this node.
652 *txrate = rt->info[rix].rateCode
482 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, int shortPreamble, size_t frameLen, u_int8_t *rix0, int *try0, u_int8_t *txrate) argument
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.c3440 uint32_t txrate; local
3452 txrate = CSR_READ_4(sc, IWI_CSR_CURRENT_TX_RATE);
3453 if (blinkrates[sc->sc_txrix].rate != txrate) {
3455 if (blinkrates[j].rate == txrate)
/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndis.c2345 uint32_t txrate; local
2351 len = sizeof(txrate);
2352 if (ndis_get_info(sc, OID_GEN_LINK_SPEED, &txrate, &len) == 0)
2353 vap->iv_bss->ni_txrate = txrate / 5000;
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c5215 int i, rate, txrate; local
5254 txrate = ni->ni_htrates.rs_nrates - 1;
5256 txrate = rs->rs_nrates - 1;
5265 txrate = 0;
5268 rate = IEEE80211_RATE_MCS | rs->rs_rates[txrate];
5270 rate = IEEE80211_RV(rs->rs_rates[txrate]);
5276 "%s: i=%d, txrate=%d, rate=0x%02x, plcp=0x%08x\n",
5279 txrate,
5299 if (txrate > 0)
5300 txrate
[all...]

Completed in 627 milliseconds