Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac-ctxt.c818 u32 tim_idx; in iwl_mvm_mac_ctxt_set_tim() local
823 tim_idx = mgmt->u.beacon.variable - beacon; in iwl_mvm_mac_ctxt_set_tim()
826 while ((tim_idx < (frame_size - 2)) && in iwl_mvm_mac_ctxt_set_tim()
827 (beacon[tim_idx] != WLAN_EID_TIM)) in iwl_mvm_mac_ctxt_set_tim()
828 tim_idx += beacon[tim_idx+1] + 2; in iwl_mvm_mac_ctxt_set_tim()
831 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in iwl_mvm_mac_ctxt_set_tim()
832 *tim_index = cpu_to_le32(tim_idx); in iwl_mvm_mac_ctxt_set_tim()
833 *tim_size = cpu_to_le32((u32)beacon[tim_idx + 1]); in iwl_mvm_mac_ctxt_set_tim()
937 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in iwl_mvm_mac_ctxt_send_beacon_v6()
957 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in iwl_mvm_mac_ctxt_send_beacon_v7()
[all …]
Ddebugfs.c1295 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in _iwl_dbgfs_inject_beacon_ie()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
Dtx.h784 __le32 tim_idx; member
803 __le32 tim_idx; member
838 __le32 tim_idx; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
Dmain.c163 u16 tim_idx; in iwl_set_beacon_tim() local
170 tim_idx = mgmt->u.beacon.variable - beacon; in iwl_set_beacon_tim()
173 while ((tim_idx < (frame_size - 2)) && in iwl_set_beacon_tim()
174 (beacon[tim_idx] != WLAN_EID_TIM)) in iwl_set_beacon_tim()
175 tim_idx += beacon[tim_idx+1] + 2; in iwl_set_beacon_tim()
178 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in iwl_set_beacon_tim()
179 tx_beacon_cmd->tim_idx = cpu_to_le16(tim_idx); in iwl_set_beacon_tim()
180 tx_beacon_cmd->tim_size = beacon[tim_idx+1]; in iwl_set_beacon_tim()
Dcommands.h2475 __le16 tim_idx; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
D4965-mac.c3755 u16 tim_idx; in il4965_set_beacon_tim() local
3762 tim_idx = mgmt->u.beacon.variable - beacon; in il4965_set_beacon_tim()
3765 while ((tim_idx < (frame_size - 2)) && in il4965_set_beacon_tim()
3766 (beacon[tim_idx] != WLAN_EID_TIM)) in il4965_set_beacon_tim()
3767 tim_idx += beacon[tim_idx + 1] + 2; in il4965_set_beacon_tim()
3770 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in il4965_set_beacon_tim()
3771 tx_beacon_cmd->tim_idx = cpu_to_le16(tim_idx); in il4965_set_beacon_tim()
3772 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