Searched refs:tim_idx (Results 1 – 7 of 7) sorted by relevance
816 u32 tim_idx; in iwl_mvm_mac_ctxt_set_tim() local821 tim_idx = mgmt->u.beacon.variable - beacon; in iwl_mvm_mac_ctxt_set_tim()824 while ((tim_idx < (frame_size - 2)) && in iwl_mvm_mac_ctxt_set_tim()825 (beacon[tim_idx] != WLAN_EID_TIM)) in iwl_mvm_mac_ctxt_set_tim()826 tim_idx += beacon[tim_idx+1] + 2; in iwl_mvm_mac_ctxt_set_tim()829 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in iwl_mvm_mac_ctxt_set_tim()830 *tim_index = cpu_to_le32(tim_idx); in iwl_mvm_mac_ctxt_set_tim()831 *tim_size = cpu_to_le32((u32)beacon[tim_idx + 1]); in iwl_mvm_mac_ctxt_set_tim()936 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in iwl_mvm_mac_ctxt_send_beacon_v6()956 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in iwl_mvm_mac_ctxt_send_beacon_v7()[all …]
1287 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in _iwl_dbgfs_inject_beacon_ie()
785 __le32 tim_idx; member804 __le32 tim_idx; member836 __le32 tim_idx; member
164 u16 tim_idx; in iwl_set_beacon_tim() local171 tim_idx = mgmt->u.beacon.variable - beacon; in iwl_set_beacon_tim()174 while ((tim_idx < (frame_size - 2)) && in iwl_set_beacon_tim()175 (beacon[tim_idx] != WLAN_EID_TIM)) in iwl_set_beacon_tim()176 tim_idx += beacon[tim_idx+1] + 2; in iwl_set_beacon_tim()179 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in iwl_set_beacon_tim()180 tx_beacon_cmd->tim_idx = cpu_to_le16(tim_idx); in iwl_set_beacon_tim()181 tx_beacon_cmd->tim_size = beacon[tim_idx+1]; in iwl_set_beacon_tim()
2475 __le16 tim_idx; member
3758 u16 tim_idx; in il4965_set_beacon_tim() local3765 tim_idx = mgmt->u.beacon.variable - beacon; in il4965_set_beacon_tim()3768 while ((tim_idx < (frame_size - 2)) && in il4965_set_beacon_tim()3769 (beacon[tim_idx] != WLAN_EID_TIM)) in il4965_set_beacon_tim()3770 tim_idx += beacon[tim_idx + 1] + 2; in il4965_set_beacon_tim()3773 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in il4965_set_beacon_tim()3774 tx_beacon_cmd->tim_idx = cpu_to_le16(tim_idx); in il4965_set_beacon_tim()3775 tx_beacon_cmd->tim_size = beacon[tim_idx + 1]; in il4965_set_beacon_tim()
2664 __le16 tim_idx; member2672 __le16 tim_idx; member