From c57f5cd5074e6c3a0e793f6ff41fbfa9d7229dbe Mon Sep 17 00:00:00 2001 From: liuning Date: Thu, 12 Mar 2026 16:36:43 +0800 Subject: [PATCH] fix(pm): fix coexist force wake behaviour with offchannel to optimize performance at returning home channel (90f24784) --- components/esp_wifi/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/esp_wifi/Kconfig b/components/esp_wifi/Kconfig index 733632bdd43..0341e5de6a7 100644 --- a/components/esp_wifi/Kconfig +++ b/components/esp_wifi/Kconfig @@ -459,7 +459,8 @@ menu "Wi-Fi" config ESP_WIFI_SLP_BEACON_LOST_TIMEOUT int "Beacon loss timeout" range 5 100 - default 10 + default 25 if ESP_COEX_SW_COEXIST_ENABLE + default 10 if (!ESP_COEX_SW_COEXIST_ENABLE) depends on ESP_WIFI_SLP_BEACON_LOST_OPT help Timeout time for close rf phy when beacon loss occurs, Unit: 1024 microsecond.