Searched refs:iv_tim_len (Results 1 – 4 of 4) sorted by relevance
86 vap->iv_tim_len = howmany(vap->iv_max_aid,8) * sizeof(uint8_t); in ieee80211_power_latevattach()88 vap->iv_tim_bitmap = (uint8_t *) kmalloc(vap->iv_tim_len, in ieee80211_power_latevattach()91 vap->iv_tim_bitmap = (uint8_t *) IEEE80211_MALLOC(vap->iv_tim_len, in ieee80211_power_latevattach()98 vap->iv_tim_len = 0; in ieee80211_power_latevattach()
3249 + 2 + 4 + vap->iv_tim_len /* DTIM/IBSSPARMS */3437 for (i = 0; i < vap->iv_tim_len; i++)3443 for (i = vap->iv_tim_len-1; i >= timoff; i--)
451 db_printf(" tim_len %u", vap->iv_tim_len); in _db_show_vap()
439 uint16_t iv_tim_len; /* ic_tim_bitmap size (bytes) */ member