Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
A Dmac-ctxt.c753 u32 tim_idx; in iwl_mvm_mac_ctxt_set_tim() local
758 tim_idx = mgmt->u.beacon.variable - beacon; in iwl_mvm_mac_ctxt_set_tim()
761 while ((tim_idx < (frame_size - 2)) && in iwl_mvm_mac_ctxt_set_tim()
762 (beacon[tim_idx] != WLAN_EID_TIM)) in iwl_mvm_mac_ctxt_set_tim()
763 tim_idx += beacon[tim_idx+1] + 2; in iwl_mvm_mac_ctxt_set_tim()
766 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in iwl_mvm_mac_ctxt_set_tim()
767 *tim_index = cpu_to_le32(tim_idx); in iwl_mvm_mac_ctxt_set_tim()
768 *tim_size = cpu_to_le32((u32)beacon[tim_idx + 1]); in iwl_mvm_mac_ctxt_set_tim()
929 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in iwl_mvm_mac_ctxt_send_beacon_v6()
949 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in iwl_mvm_mac_ctxt_send_beacon_v7()
[all …]
A Ddebugfs.c1258 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in _iwl_dbgfs_inject_beacon_ie()
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/fw/api/
A Dtx.h754 __le32 tim_idx; member
773 __le32 tim_idx; member
816 __le32 tim_idx; member
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/dvm/
A Dmain.c158 u16 tim_idx; in iwl_set_beacon_tim() local
165 tim_idx = mgmt->u.beacon.variable - beacon; in iwl_set_beacon_tim()
168 while ((tim_idx < (frame_size - 2)) && in iwl_set_beacon_tim()
169 (beacon[tim_idx] != WLAN_EID_TIM)) in iwl_set_beacon_tim()
170 tim_idx += beacon[tim_idx+1] + 2; in iwl_set_beacon_tim()
173 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in iwl_set_beacon_tim()
174 tx_beacon_cmd->tim_idx = cpu_to_le16(tim_idx); in iwl_set_beacon_tim()
175 tx_beacon_cmd->tim_size = beacon[tim_idx+1]; in iwl_set_beacon_tim()
A Dcommands.h2424 __le16 tim_idx; member
/linux-6.3-rc2/drivers/net/wireless/intel/iwlegacy/
A D4965-mac.c3754 u16 tim_idx; in il4965_set_beacon_tim() local
3761 tim_idx = mgmt->u.beacon.variable - beacon; in il4965_set_beacon_tim()
3764 while ((tim_idx < (frame_size - 2)) && in il4965_set_beacon_tim()
3765 (beacon[tim_idx] != WLAN_EID_TIM)) in il4965_set_beacon_tim()
3766 tim_idx += beacon[tim_idx + 1] + 2; in il4965_set_beacon_tim()
3769 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in il4965_set_beacon_tim()
3770 tx_beacon_cmd->tim_idx = cpu_to_le16(tim_idx); in il4965_set_beacon_tim()
3771 tx_beacon_cmd->tim_size = beacon[tim_idx + 1]; in il4965_set_beacon_tim()
A Dcommands.h2666 __le16 tim_idx; member
2674 __le16 tim_idx; member

Completed in 49 milliseconds