Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/net80211/
HDieee80211_output.c3936 u_int timlen, timoff, i; in ieee80211_beacon_update() local
3964 timlen = 1 + (i - timoff); in ieee80211_beacon_update()
3967 timlen = 1; in ieee80211_beacon_update()
3973 if (timlen != bo->bo_tim_len) { in ieee80211_beacon_update()
3975 int adjust = tie->tim_bitmap+timlen in ieee80211_beacon_update()
3997 bo->bo_tim_len = timlen; in ieee80211_beacon_update()
4000 tie->tim_len = 3 + timlen; in ieee80211_beacon_update()
4011 __func__, vap->iv_ps_pending, timoff, timlen); in ieee80211_beacon_update()