Lines Matching defs:tim
3552 struct ieee80211_tim_ie *tim;
3600 ath10k_warn(ar, "no tim ie found;\n");
3604 tim = (void *)ie + 2;
3620 ath10k_warn(ar, "tim expansion failed\n");
3625 ath10k_warn(ar, "tim pvm length is too great (%d)\n", pvm_len);
3629 tim->bitmap_ctrl = !!__le32_to_cpu(tim_info->tim_mcast);
3630 memcpy(tim->virtual_map, arvif->u.ap.tim_bitmap, pvm_len);
3632 if (tim->dtim_count == 0) {
3640 tim->dtim_count, tim->dtim_period,
3641 tim->bitmap_ctrl, pvm_len);