Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/net80211/
Dieee80211_var.h87 #define IEEE80211_TU_TO_TICKS(x)(((x) * 1024 * hz) / (1000 * 1000)) macro
Dieee80211_tdma.c276 vap->iv_swbmiss_period = IEEE80211_TU_TO_TICKS( in tdma_newstate()
Dieee80211_sta.c419 vap->iv_swbmiss_period = IEEE80211_TU_TO_TICKS( in sta_newstate()