Home
last modified time | relevance | path

Searched refs:OFDM_HALF_SYMBOL_TIME (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c304 #define OFDM_HALF_SYMBOL_TIME 8 macro
361 bitsPerSymbol = (kbps * OFDM_HALF_SYMBOL_TIME) / 1000; in ieee80211_compute_duration()
368 + (numSymbols * OFDM_HALF_SYMBOL_TIME); in ieee80211_compute_duration()
/freebsd-13.1/sys/net80211/
H A Dieee80211_phy.c486 #define OFDM_HALF_SYMBOL_TIME 8 macro
536 bitsPerSymbol = (kbps * OFDM_HALF_SYMBOL_TIME) / 1000; in ieee80211_compute_duration()
543 + (numSymbols * OFDM_HALF_SYMBOL_TIME); in ieee80211_compute_duration()
/freebsd-13.1/sys/dev/ath/ath_hal/
H A Dah.c474 bitsPerSymbol = (kbps * OFDM_HALF_SYMBOL_TIME) / 1000; in ath_hal_computetxtime()
480 + (numSymbols * OFDM_HALF_SYMBOL_TIME); in ath_hal_computetxtime()
H A Dah_internal.h962 #define OFDM_HALF_SYMBOL_TIME 8 macro