Home
last modified time | relevance | path

Searched refs:tim_idx (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac-ctxt.c893 u32 tim_idx; in iwl_mvm_mac_ctxt_set_tim() local
898 tim_idx = mgmt->u.beacon.variable - beacon; in iwl_mvm_mac_ctxt_set_tim()
901 while ((tim_idx < (frame_size - 2)) && in iwl_mvm_mac_ctxt_set_tim()
902 (beacon[tim_idx] != WLAN_EID_TIM)) in iwl_mvm_mac_ctxt_set_tim()
903 tim_idx += beacon[tim_idx+1] + 2; in iwl_mvm_mac_ctxt_set_tim()
906 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in iwl_mvm_mac_ctxt_set_tim()
907 *tim_index = cpu_to_le32(tim_idx); in iwl_mvm_mac_ctxt_set_tim()
908 *tim_size = cpu_to_le32((u32)beacon[tim_idx + 1]); in iwl_mvm_mac_ctxt_set_tim()
1016 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in iwl_mvm_mac_ctxt_send_beacon_v6()
1036 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in iwl_mvm_mac_ctxt_send_beacon_v7()
[all …]
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/api/
Dtx.h785 __le32 tim_idx; member
804 __le32 tim_idx; member
836 __le32 tim_idx; member
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Dmain.c178 u16 tim_idx; in iwl_set_beacon_tim() local
185 tim_idx = mgmt->u.beacon.variable - beacon; in iwl_set_beacon_tim()
188 while ((tim_idx < (frame_size - 2)) && in iwl_set_beacon_tim()
189 (beacon[tim_idx] != WLAN_EID_TIM)) in iwl_set_beacon_tim()
190 tim_idx += beacon[tim_idx+1] + 2; in iwl_set_beacon_tim()
193 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in iwl_set_beacon_tim()
194 tx_beacon_cmd->tim_idx = cpu_to_le16(tim_idx); in iwl_set_beacon_tim()
195 tx_beacon_cmd->tim_size = beacon[tim_idx+1]; in iwl_set_beacon_tim()
Dcommands.h2480 __le16 tim_idx; member
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
D4965-mac.c3774 u16 tim_idx; in il4965_set_beacon_tim() local
3781 tim_idx = mgmt->u.beacon.variable - beacon; in il4965_set_beacon_tim()
3784 while ((tim_idx < (frame_size - 2)) && in il4965_set_beacon_tim()
3785 (beacon[tim_idx] != WLAN_EID_TIM)) in il4965_set_beacon_tim()
3786 tim_idx += beacon[tim_idx + 1] + 2; in il4965_set_beacon_tim()
3789 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in il4965_set_beacon_tim()
3790 tx_beacon_cmd->tim_idx = cpu_to_le16(tim_idx); in il4965_set_beacon_tim()
3791 tx_beacon_cmd->tim_size = beacon[tim_idx + 1]; in il4965_set_beacon_tim()
Dcommands.h2664 __le16 tim_idx; member
2672 __le16 tim_idx; member