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;
virtual ~WifiInfo() override=default
void fireWifiEnabledChanged(bool pEnabled)
Definition: moc_WifiInfo.cpp:129
bool isWifiEnabled()
Definition: WifiInfo_android.cpp:71
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:14
Definition: test_WifiInfo.cpp:15
WifiInfo()
Definition: WifiInfo_android.cpp:19
Definition: WifiInfo.h:22