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;