Skip to content

Commit 1f96144

Browse files
krish2718cvinayak
authored andcommitted
nrf_wifi: Configure the AP dead detection timeout
Send the user configured timeout down to RPU. Implements SHEL-2689. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 1f96c91 commit 1f96144

File tree

1 file changed

+1
-0
lines changed
  • nrf_wifi/fw_if/umac_if/src

1 file changed

+1
-0
lines changed

nrf_wifi/fw_if/umac_if/src/cmd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ enum nrf_wifi_status umac_cmd_init(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx,
148148
#ifdef CONFIG_NRF700X_TCP_IP_CHECKSUM_OFFLOAD
149149
umac_cmd_data->tcp_ip_checksum_offload = 1;
150150
#endif /* CONFIG_NRF700X_TCP_IP_CHECKSUM_OFFLOAD */
151+
umac_cmd_data->discon_timeout = CONFIG_NRF_WIFI_AP_DEAD_DETECT_TIMEOUT;
151152

152153
nrf_wifi_osal_log_dbg(fmac_dev_ctx->fpriv->opriv, "RPU LPM type: %s",
153154
umac_cmd_data->sys_params.sleep_enable == 2 ? "HW" :

0 commit comments

Comments
 (0)