Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_tdma.c285 vap->iv_swbmiss_period = IEEE80211_TU_TO_TICKS( in tdma_newstate()
H A Dieee80211_var.h90 #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( in sta_swbmiss_start()