Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuhammedrafi committed Aug 30, 2024
1 parent 96d9ff0 commit b333aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NetworkManagerRDKProxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ namespace WPEFramework
const float signalStrengthThresholdFair = -67.0f;
NetworkManagerImplementation* _instance = nullptr;

Cache<Exchange::INetworkManager::WiFiState> WiFiStateCache = Exchange::INetworkManager::WIFI_STATE_DISCONNECTED;
Cache<Exchange::INetworkManager::WiFiState> WiFiStateCache = Exchange::INetworkManager::WiFiState::WIFI_STATE_DISCONNECTED;
Cache<Exchange::INetworkManager::IPAddressInfo> ipv4Cache;
Cache<Exchange::INetworkManager::IPAddressInfo> ipv6Cache;
Cache<std::string> activeIfaceCache;
Expand Down

0 comments on commit b333aaa

Please sign in to comment.