We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f96c91 commit 1f96144Copy full SHA for 1f96144
nrf_wifi/fw_if/umac_if/src/cmd.c
@@ -148,6 +148,7 @@ enum nrf_wifi_status umac_cmd_init(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx,
148
#ifdef CONFIG_NRF700X_TCP_IP_CHECKSUM_OFFLOAD
149
umac_cmd_data->tcp_ip_checksum_offload = 1;
150
#endif /* CONFIG_NRF700X_TCP_IP_CHECKSUM_OFFLOAD */
151
+ umac_cmd_data->discon_timeout = CONFIG_NRF_WIFI_AP_DEAD_DETECT_TIMEOUT;
152
153
nrf_wifi_osal_log_dbg(fmac_dev_ctx->fpriv->opriv, "RPU LPM type: %s",
154
umac_cmd_data->sys_params.sleep_enable == 2 ? "HW" :
0 commit comments