Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/net80211/
Dieee80211_output.c3180 u_int timlen, timoff, i; in ieee80211_beacon_update() local
3208 timlen = 1 + (i - timoff); in ieee80211_beacon_update()
3211 timlen = 1; in ieee80211_beacon_update()
3213 if (timlen != bo->bo_tim_len) { in ieee80211_beacon_update()
3215 int adjust = tie->tim_bitmap+timlen in ieee80211_beacon_update()
3236 bo->bo_tim_len = timlen; in ieee80211_beacon_update()
3239 tie->tim_len = 3 + timlen; in ieee80211_beacon_update()
3250 __func__, vap->iv_ps_pending, timoff, timlen); in ieee80211_beacon_update()