Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/wlan/
HDieee80211_power.c86 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()
HDieee80211_output.c3249 + 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--)
HDieee80211_ddb.c451 db_printf(" tim_len %u", vap->iv_tim_len); in _db_show_vap()
/dragonfly/sys/netproto/802_11/
HDieee80211_var.h439 uint16_t iv_tim_len; /* ic_tim_bitmap size (bytes) */ member