Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_phy.c589 #define HT_LTF(n) ((n) * 4) macro
614 HT_L_SIG + HT_SIG + HT_STF + HT_LTF(streams); in ieee80211_compute_duration_ht()
617 #undef HT_LTF
/freebsd/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c319 #define HT_LTF(n) ((n) * 4) macro
425 HT_L_SIG + HT_SIG + HT_STF + HT_LTF(streams); in ieee80211_compute_duration_ht()
/freebsd/sys/dev/ath/
H A Dif_ath_tx_ht.c166 #define HT_LTF(_ns) (4 * (_ns)) macro
/freebsd/sys/dev/ath/ath_hal/
H A Dah.c351 #define HT_LTF(n) ((n) * 4) macro
422 HT_L_SIG + HT_SIG + HT_STF + HT_LTF(streams); in ath_computedur_ht()