Lines Matching refs:tim_idx
856 u32 tim_idx;
861 tim_idx = mgmt->u.beacon.variable - beacon;
864 while ((tim_idx < (frame_size - 2)) &&
865 (beacon[tim_idx] != WLAN_EID_TIM))
866 tim_idx += beacon[tim_idx+1] + 2;
869 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) {
870 *tim_index = cpu_to_le32(tim_idx);
871 *tim_size = cpu_to_le32((u32)beacon[tim_idx + 1]);
1062 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx,
1082 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx,
1155 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx,