Searched refs:tim_idx (Results 1 – 6 of 6) sorted by relevance
935 u32 tim_idx; in iwl_mvm_mac_ctxt_set_tim() local940 tim_idx = mgmt->u.beacon.variable - beacon; in iwl_mvm_mac_ctxt_set_tim()943 while ((tim_idx < (frame_size - 2)) && in iwl_mvm_mac_ctxt_set_tim()944 (beacon[tim_idx] != WLAN_EID_TIM)) in iwl_mvm_mac_ctxt_set_tim()945 tim_idx += beacon[tim_idx+1] + 2; in iwl_mvm_mac_ctxt_set_tim()948 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in iwl_mvm_mac_ctxt_set_tim()949 beacon_cmd->tim_idx = cpu_to_le32(tim_idx); in iwl_mvm_mac_ctxt_set_tim()950 beacon_cmd->tim_size = cpu_to_le32((u32)beacon[tim_idx+1]); in iwl_mvm_mac_ctxt_set_tim()
530 __le32 tim_idx; member
90 u16 tim_idx; in iwl_set_beacon_tim() local97 tim_idx = mgmt->u.beacon.variable - beacon; in iwl_set_beacon_tim()100 while ((tim_idx < (frame_size - 2)) && in iwl_set_beacon_tim()101 (beacon[tim_idx] != WLAN_EID_TIM)) in iwl_set_beacon_tim()102 tim_idx += beacon[tim_idx+1] + 2; in iwl_set_beacon_tim()105 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in iwl_set_beacon_tim()106 tx_beacon_cmd->tim_idx = cpu_to_le16(tim_idx); in iwl_set_beacon_tim()107 tx_beacon_cmd->tim_size = beacon[tim_idx+1]; in iwl_set_beacon_tim()
2502 __le16 tim_idx; member
3775 u16 tim_idx; in il4965_set_beacon_tim() local3782 tim_idx = mgmt->u.beacon.variable - beacon; in il4965_set_beacon_tim()3785 while ((tim_idx < (frame_size - 2)) && in il4965_set_beacon_tim()3786 (beacon[tim_idx] != WLAN_EID_TIM)) in il4965_set_beacon_tim()3787 tim_idx += beacon[tim_idx + 1] + 2; in il4965_set_beacon_tim()3790 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in il4965_set_beacon_tim()3791 tx_beacon_cmd->tim_idx = cpu_to_le16(tim_idx); in il4965_set_beacon_tim()3792 tx_beacon_cmd->tim_size = beacon[tim_idx + 1]; in il4965_set_beacon_tim()
2664 __le16 tim_idx; member2672 __le16 tim_idx; member