Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_power.c88 vap->iv_tim_len = howmany(vap->iv_max_aid,8) * sizeof(uint8_t); in ieee80211_power_latevattach()
89 vap->iv_tim_bitmap = (uint8_t *) IEEE80211_MALLOC(vap->iv_tim_len, in ieee80211_power_latevattach()
95 vap->iv_tim_len = 0; in ieee80211_power_latevattach()
H A Dieee80211_var.h474 uint16_t iv_tim_len; /* ic_tim_bitmap size (bytes) */ member
H A Dieee80211_ddb.c432 db_printf(" tim_len %u", vap->iv_tim_len); in _db_show_vap()
H A Dieee80211_output.c3640 + 2 + 4 + vap->iv_tim_len /* DTIM/IBSSPARMS */ in ieee80211_beacon_alloc()
3876 for (i = 0; i < vap->iv_tim_len; i++) in ieee80211_beacon_update()
3882 for (i = vap->iv_tim_len-1; i >= timoff; i--) in ieee80211_beacon_update()