Home
last modified time | relevance | path

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

/freebsd-12-stable/tools/tools/net80211/wlantxtime/
Dwlantxtime.c294 #define CCK_PLCP_BITS 48 macro
343 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS; in ieee80211_compute_duration()
/freebsd-12-stable/sys/net80211/
Dieee80211_phy.c476 #define CCK_PLCP_BITS 48 macro
518 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS; in ieee80211_compute_duration()
/freebsd-12-stable/sys/dev/ath/ath_hal/
Dah_internal.h952 #define CCK_PLCP_BITS 48 macro
Dah.c453 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS; in ath_hal_computetxtime()