Home
last modified time | relevance | path

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

/dragonfly/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c297 #define CCK_PREAMBLE_BITS 144 macro
347 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS; in ieee80211_compute_duration()
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_phy.c474 #define CCK_PREAMBLE_BITS 144 macro
517 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS; in ieee80211_compute_duration()
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_internal.h950 #define CCK_PREAMBLE_BITS 144 macro
H A Dah.c372 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS; in ath_hal_computetxtime()