Home
last modified time | relevance | path

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

/dragonfly/tools/tools/net80211/wlantxtime/
HDwlantxtime.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/
HDieee80211_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/
HDah_internal.h950 #define CCK_PREAMBLE_BITS 144 macro
HDah.c372 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS; in ath_hal_computetxtime()