Searched refs:iv_tim_len (Results 1 – 4 of 4) sorted by relevance
88 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()
474 uint16_t iv_tim_len; /* ic_tim_bitmap size (bytes) */ member
432 db_printf(" tim_len %u", vap->iv_tim_len); in _db_show_vap()
3640 + 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()