Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac-ctxt.c816 u32 tim_idx; in iwl_mvm_mac_ctxt_set_tim() local
821 tim_idx = mgmt->u.beacon.variable - beacon; in iwl_mvm_mac_ctxt_set_tim()
824 while ((tim_idx < (frame_size - 2)) && in iwl_mvm_mac_ctxt_set_tim()
825 (beacon[tim_idx] != WLAN_EID_TIM)) in iwl_mvm_mac_ctxt_set_tim()
826 tim_idx += beacon[tim_idx+1] + 2; in iwl_mvm_mac_ctxt_set_tim()
829 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in iwl_mvm_mac_ctxt_set_tim()
830 *tim_index = cpu_to_le32(tim_idx); in iwl_mvm_mac_ctxt_set_tim()
831 *tim_size = cpu_to_le32((u32)beacon[tim_idx + 1]); in iwl_mvm_mac_ctxt_set_tim()
936 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in iwl_mvm_mac_ctxt_send_beacon_v6()
956 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in iwl_mvm_mac_ctxt_send_beacon_v7()
[all …]
Ddebugfs.c1287 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in _iwl_dbgfs_inject_beacon_ie()
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/fw/api/
Dtx.h785 __le32 tim_idx; member
804 __le32 tim_idx; member
836 __le32 tim_idx; member
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/
Dmain.c164 u16 tim_idx; in iwl_set_beacon_tim() local
171 tim_idx = mgmt->u.beacon.variable - beacon; in iwl_set_beacon_tim()
174 while ((tim_idx < (frame_size - 2)) && in iwl_set_beacon_tim()
175 (beacon[tim_idx] != WLAN_EID_TIM)) in iwl_set_beacon_tim()
176 tim_idx += beacon[tim_idx+1] + 2; in iwl_set_beacon_tim()
179 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in iwl_set_beacon_tim()
180 tx_beacon_cmd->tim_idx = cpu_to_le16(tim_idx); in iwl_set_beacon_tim()
181 tx_beacon_cmd->tim_size = beacon[tim_idx+1]; in iwl_set_beacon_tim()
Dcommands.h2475 __le16 tim_idx; member
/Linux-v5.4/drivers/net/wireless/intel/iwlegacy/
D4965-mac.c3758 u16 tim_idx; in il4965_set_beacon_tim() local
3765 tim_idx = mgmt->u.beacon.variable - beacon; in il4965_set_beacon_tim()
3768 while ((tim_idx < (frame_size - 2)) && in il4965_set_beacon_tim()
3769 (beacon[tim_idx] != WLAN_EID_TIM)) in il4965_set_beacon_tim()
3770 tim_idx += beacon[tim_idx + 1] + 2; in il4965_set_beacon_tim()
3773 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in il4965_set_beacon_tim()
3774 tx_beacon_cmd->tim_idx = cpu_to_le16(tim_idx); in il4965_set_beacon_tim()
3775 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