Skip to content

Commit

Permalink
nrf_wifi: Configure the AP dead detection timeout
Browse files Browse the repository at this point in the history
Send the user configured timeout down to RPU.

Implements SHEL-2689.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
  • Loading branch information
krish2718 authored and cvinayak committed Apr 22, 2024
1 parent 2e6b874 commit 86656c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nrf_wifi/fw_if/umac_if/src/cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ enum nrf_wifi_status umac_cmd_init(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx,
#ifdef CONFIG_NRF700X_TCP_IP_CHECKSUM_OFFLOAD
umac_cmd_data->tcp_ip_checksum_offload = 1;
#endif /* CONFIG_NRF700X_TCP_IP_CHECKSUM_OFFLOAD */
umac_cmd_data->discon_timeout = CONFIG_NRF_WIFI_AP_DEAD_DETECT_TIMEOUT;

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

0 comments on commit 86656c3

Please sign in to comment.