Searched refs:IEEE80211_TU_TO_TICKS (Results 1 - 4 of 4) sorted by relevance

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_tdma.c285 vap->iv_swbmiss_period = IEEE80211_TU_TO_TICKS(
H A Dieee80211_var.h92 #define IEEE80211_TU_TO_TICKS(x)(((uint64_t)(x) * 1024 * hz) / (1000 * 1000)) macro
H A Dieee80211_sta.c221 vap->iv_swbmiss_period = IEEE80211_TU_TO_TICKS(
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_rum.c2718 sc->sc_sleep_time = IEEE80211_TU_TO_TICKS(exp * bintval + delay);

Completed in 53 milliseconds