10 #include <QHostAddress>
14 #include <Network/Network.h>
28 friend class ::test_WifiInfo;
30 #if defined(Q_OS_ANDROID)
31 int mWifiCheckTimerId;
32 #elif defined(Q_OS_IOS)
33 nw_path_monitor_t mMonitor;
36 static bool isPrivateIp(
const QHostAddress& pAddress);
37 static bool hasPrivateIpAddress();
39 bool getCurrentWifiEnabled();
41 #if defined(Q_OS_ANDROID)
44 void timerEvent(QTimerEvent* pEvent)
override;
Definition: WifiInfo.h:24
WifiInfo()
Definition: WifiInfo_android.cpp:19
void fireWifiEnabledChanged(bool pEnabled)
virtual ~WifiInfo() override=default
bool isWifiEnabled()
Definition: WifiInfo_android.cpp:71
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15