Searched refs:tim_idx (Results 1 – 7 of 7) sorted by relevance
818 u32 tim_idx; in iwl_mvm_mac_ctxt_set_tim() local823 tim_idx = mgmt->u.beacon.variable - beacon; in iwl_mvm_mac_ctxt_set_tim()826 while ((tim_idx < (frame_size - 2)) && in iwl_mvm_mac_ctxt_set_tim()827 (beacon[tim_idx] != WLAN_EID_TIM)) in iwl_mvm_mac_ctxt_set_tim()828 tim_idx += beacon[tim_idx+1] + 2; in iwl_mvm_mac_ctxt_set_tim()831 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in iwl_mvm_mac_ctxt_set_tim()832 *tim_index = cpu_to_le32(tim_idx); in iwl_mvm_mac_ctxt_set_tim()833 *tim_size = cpu_to_le32((u32)beacon[tim_idx + 1]); in iwl_mvm_mac_ctxt_set_tim()937 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in iwl_mvm_mac_ctxt_send_beacon_v6()957 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in iwl_mvm_mac_ctxt_send_beacon_v7()[all …]
1295 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in _iwl_dbgfs_inject_beacon_ie()
784 __le32 tim_idx; member803 __le32 tim_idx; member838 __le32 tim_idx; member
163 u16 tim_idx; in iwl_set_beacon_tim() local170 tim_idx = mgmt->u.beacon.variable - beacon; in iwl_set_beacon_tim()173 while ((tim_idx < (frame_size - 2)) && in iwl_set_beacon_tim()174 (beacon[tim_idx] != WLAN_EID_TIM)) in iwl_set_beacon_tim()175 tim_idx += beacon[tim_idx+1] + 2; in iwl_set_beacon_tim()178 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in iwl_set_beacon_tim()179 tx_beacon_cmd->tim_idx = cpu_to_le16(tim_idx); in iwl_set_beacon_tim()180 tx_beacon_cmd->tim_size = beacon[tim_idx+1]; in iwl_set_beacon_tim()
2475 __le16 tim_idx; member
3755 u16 tim_idx; in il4965_set_beacon_tim() local3762 tim_idx = mgmt->u.beacon.variable - beacon; in il4965_set_beacon_tim()3765 while ((tim_idx < (frame_size - 2)) && in il4965_set_beacon_tim()3766 (beacon[tim_idx] != WLAN_EID_TIM)) in il4965_set_beacon_tim()3767 tim_idx += beacon[tim_idx + 1] + 2; in il4965_set_beacon_tim()3770 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in il4965_set_beacon_tim()3771 tx_beacon_cmd->tim_idx = cpu_to_le16(tim_idx); in il4965_set_beacon_tim()3772 tx_beacon_cmd->tim_size = beacon[tim_idx + 1]; in il4965_set_beacon_tim()
2664 __le16 tim_idx; member2672 __le16 tim_idx; member