Home
last modified time | relevance | path

Searched refs:ht20_bps (Results 1 – 3 of 3) sorted by relevance

/freebsd/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c401 static const uint16_t ht20_bps[16] = { in ieee80211_compute_duration_ht() local
417 bitsPerSymbol = ht20_bps[rate & 0xf]; in ieee80211_compute_duration_ht()
/freebsd/sys/net80211/
H A Dieee80211_phy.c570 static const uint16_t ht20_bps[32] = { variable
606 bitsPerSymbol = ht20_bps[rate & 0x1f]; in ieee80211_compute_duration_ht()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.c386 static const uint16_t ht20_bps[32] = { variable
414 bitsPerSymbol = ht20_bps[HT_RC_2_MCS(rate)]; in ath_computedur_ht()