Searched refs:tim_idx (Results 1 – 7 of 7) sorted by relevance
753 u32 tim_idx; in iwl_mvm_mac_ctxt_set_tim() local758 tim_idx = mgmt->u.beacon.variable - beacon; in iwl_mvm_mac_ctxt_set_tim()761 while ((tim_idx < (frame_size - 2)) && in iwl_mvm_mac_ctxt_set_tim()762 (beacon[tim_idx] != WLAN_EID_TIM)) in iwl_mvm_mac_ctxt_set_tim()763 tim_idx += beacon[tim_idx+1] + 2; in iwl_mvm_mac_ctxt_set_tim()766 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in iwl_mvm_mac_ctxt_set_tim()767 *tim_index = cpu_to_le32(tim_idx); in iwl_mvm_mac_ctxt_set_tim()768 *tim_size = cpu_to_le32((u32)beacon[tim_idx + 1]); in iwl_mvm_mac_ctxt_set_tim()929 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in iwl_mvm_mac_ctxt_send_beacon_v6()949 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in iwl_mvm_mac_ctxt_send_beacon_v7()[all …]
1258 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in _iwl_dbgfs_inject_beacon_ie()
754 __le32 tim_idx; member773 __le32 tim_idx; member816 __le32 tim_idx; member
158 u16 tim_idx; in iwl_set_beacon_tim() local165 tim_idx = mgmt->u.beacon.variable - beacon; in iwl_set_beacon_tim()168 while ((tim_idx < (frame_size - 2)) && in iwl_set_beacon_tim()169 (beacon[tim_idx] != WLAN_EID_TIM)) in iwl_set_beacon_tim()170 tim_idx += beacon[tim_idx+1] + 2; in iwl_set_beacon_tim()173 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in iwl_set_beacon_tim()174 tx_beacon_cmd->tim_idx = cpu_to_le16(tim_idx); in iwl_set_beacon_tim()175 tx_beacon_cmd->tim_size = beacon[tim_idx+1]; in iwl_set_beacon_tim()
2424 __le16 tim_idx; member
3754 u16 tim_idx; in il4965_set_beacon_tim() local3761 tim_idx = mgmt->u.beacon.variable - beacon; in il4965_set_beacon_tim()3764 while ((tim_idx < (frame_size - 2)) && in il4965_set_beacon_tim()3765 (beacon[tim_idx] != WLAN_EID_TIM)) in il4965_set_beacon_tim()3766 tim_idx += beacon[tim_idx + 1] + 2; in il4965_set_beacon_tim()3769 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in il4965_set_beacon_tim()3770 tx_beacon_cmd->tim_idx = cpu_to_le16(tim_idx); in il4965_set_beacon_tim()3771 tx_beacon_cmd->tim_size = beacon[tim_idx + 1]; in il4965_set_beacon_tim()
2666 __le16 tim_idx; member2674 __le16 tim_idx; member
Completed in 49 milliseconds