Searched refs:tim_idx (Results 1 – 7 of 7) sorted by relevance
844 u32 tim_idx; in iwl_mvm_mac_ctxt_set_tim() local849 tim_idx = mgmt->u.beacon.variable - beacon; in iwl_mvm_mac_ctxt_set_tim()852 while ((tim_idx < (frame_size - 2)) && in iwl_mvm_mac_ctxt_set_tim()853 (beacon[tim_idx] != WLAN_EID_TIM)) in iwl_mvm_mac_ctxt_set_tim()854 tim_idx += beacon[tim_idx+1] + 2; in iwl_mvm_mac_ctxt_set_tim()857 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in iwl_mvm_mac_ctxt_set_tim()858 *tim_index = cpu_to_le32(tim_idx); in iwl_mvm_mac_ctxt_set_tim()859 *tim_size = cpu_to_le32((u32)beacon[tim_idx + 1]); in iwl_mvm_mac_ctxt_set_tim()1049 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in iwl_mvm_mac_ctxt_send_beacon_v6()1069 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in iwl_mvm_mac_ctxt_send_beacon_v7()[all …]
1476 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in _iwl_dbgfs_inject_beacon_ie()
743 __le32 tim_idx; member762 __le32 tim_idx; member805 __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