From 5ec76f938483ff562c89b6cd8a307a9e4e22fe35 Mon Sep 17 00:00:00 2001 From: yangjinhong Date: Wed, 10 Sep 2025 12:42:53 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DWiFi=E8=87=AA=E6=84=88?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E8=B6=85=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangjinhong --- .../wifi_manage/wifi_self_cure/self_cure_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/self_cure_common.h b/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/self_cure_common.h index 8860a9a71..aff746eef 100644 --- a/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/self_cure_common.h +++ b/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/self_cure_common.h @@ -144,7 +144,7 @@ constexpr int32_t WIFI_CURE_ON_TIMEOUT_MS = 5 * 1000; constexpr int32_t WIFI_CURE_REASSOC_TIMEOUT_MS = 6 * 1000; constexpr int32_t WIFI_CURE_CONNECT_TIMEOUT_MS = 8 * 1000; constexpr int32_t WIFI_CURE_CONN_SUCCESS_MS = 500; -constexpr int32_t WIFI_CURE_DISCONNECT_TIMEOUT_MS = 500; +constexpr int32_t WIFI_CURE_DISCONNECT_TIMEOUT_MS = 2 * 1000; #define MIN_VAL_LEVEL_2_24G (-82) #define MIN_VAL_LEVEL_2_5G (-79) -- Gitee