From b333aaa6ce2598aefab54926c1ad368c7c721f35 Mon Sep 17 00:00:00 2001 From: cmuhammedrafi Date: Fri, 30 Aug 2024 14:40:44 +0530 Subject: [PATCH] test --- NetworkManagerRDKProxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetworkManagerRDKProxy.cpp b/NetworkManagerRDKProxy.cpp index 3e305e7e..a2e4ebfa 100644 --- a/NetworkManagerRDKProxy.cpp +++ b/NetworkManagerRDKProxy.cpp @@ -365,7 +365,7 @@ namespace WPEFramework const float signalStrengthThresholdFair = -67.0f; NetworkManagerImplementation* _instance = nullptr; - Cache WiFiStateCache = Exchange::INetworkManager::WIFI_STATE_DISCONNECTED; + Cache WiFiStateCache = Exchange::INetworkManager::WiFiState::WIFI_STATE_DISCONNECTED; Cache ipv4Cache; Cache ipv6Cache; Cache activeIfaceCache;