Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/net80211/
HDieee80211_tdma.c284 vap->iv_swbmiss_period = IEEE80211_TU_TO_TICKS( in tdma_newstate()
HDieee80211_var.h88 #define IEEE80211_TU_TO_TICKS(x)(((uint64_t)(x) * 1024 * hz) / (1000 * 1000)) macro
HDieee80211_sta.c220 vap->iv_swbmiss_period = IEEE80211_TU_TO_TICKS( in sta_swbmiss_start()
/freebsd-13-stable/sys/dev/usb/wlan/
HDif_rum.c2714 sc->sc_sleep_time = IEEE80211_TU_TO_TICKS(exp * bintval + delay); in rum_set_sleep_time()