Searched refs:tim_idx (Results 1 – 4 of 4) sorted by relevance
856 u32 tim_idx; in iwl_mvm_mac_ctxt_set_tim() 861 tim_idx = mgmt->u.beacon.variable - beacon; in iwl_mvm_mac_ctxt_set_tim() 864 while ((tim_idx < (frame_size - 2)) &&865 (beacon[tim_idx] != WLAN_EID_TIM)) in iwl_mvm_find_ie_offset() 866 tim_idx += beacon[tim_idx+1] + 2; in iwl_mvm_find_ie_offset() 869 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in iwl_mvm_find_ie_offset() 870 *tim_index = cpu_to_le32(tim_idx); in iwl_mvm_find_ie_offset() 871 *tim_size = cpu_to_le32((u32)beacon[tim_idx in iwl_mvm_find_ie_offset() 844 u32 tim_idx; iwl_mvm_mac_ctxt_set_tim() local [all...]
1410 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in iwl_dbgfs_inject_packet_write()
740 * @tim_idx: the offset of the tim IE in the beacon747 __le32 tim_idx;757 * @tim_idx: the offset of the tim IE in the beacon766 __le32 tim_idx;797 * @tim_idx: the offset of the tim IE in the beacon810 __le32 tim_idx;743 __le32 tim_idx; global() member 762 __le32 tim_idx; global() member 805 __le32 tim_idx; global() member
5250 uint32_t tim_idx; member