Searched refs:tim_idx (Results 1 – 4 of 4) sorted by relevance
21 u32 tim_idx; in iwl_mld_set_tim_idx() local 27 tim_idx = mgmt->u.beacon.variable - beacon; in iwl_mld_set_tim_idx() 30 while ((tim_idx < (frame_size - 2)) && in iwl_mld_set_tim_idx() 31 (beacon[tim_idx] != WLAN_EID_TIM)) in iwl_mld_set_tim_idx() 32 tim_idx += beacon[tim_idx + 1] + 2; in iwl_mld_set_tim_idx() 35 if ((tim_idx < (frame_size - 1)) && beacon[tim_idx] == WLAN_EID_TIM) in iwl_mld_set_tim_idx() 36 *tim_index = cpu_to_le32(tim_idx); in iwl_mld_set_tim_idx() 132 iwl_mld_set_tim_idx(mld, &cmd->tim_idx, in iwl_mld_fill_beacon_template_cmd() [all...]
851 u32 tim_idx; in iwl_mvm_mac_ctxt_set_tim() local 856 tim_idx = mgmt->u.beacon.variable - beacon; in iwl_mvm_mac_ctxt_set_tim() 859 while ((tim_idx < (frame_size - 2)) && in iwl_mvm_mac_ctxt_set_tim() 860 (beacon[tim_idx] != WLAN_EID_TIM)) in iwl_mvm_mac_ctxt_set_tim() 861 tim_idx += beacon[tim_idx+1] + 2; in iwl_mvm_mac_ctxt_set_tim() 864 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in iwl_mvm_mac_ctxt_set_tim() 865 *tim_index = cpu_to_le32(tim_idx); in iwl_mvm_mac_ctxt_set_tim() 866 *tim_size = cpu_to_le32((u32)beacon[tim_idx in iwl_mvm_mac_ctxt_set_tim() [all...]
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()
2429 __le16 tim_idx; member