10 #include <QHostAddress>
24 friend class ::test_WifiInfo;
26 int mWifiCheckTimerId;
27 int mWifiEnableWaitCounter;
29 static bool isPrivateIp(
const QHostAddress& pAddress);
30 bool getCurrentWifiEnabled();
31 bool shouldWifiEnabledBeCalled();
32 bool hasPrivateIpAddress()
const;
void timerEvent(QTimerEvent *pEvent) override
Definition: WifiInfo_android.cpp:97
virtual ~WifiInfo() override=default
void fireWifiEnabledChanged(bool pEnabled)
bool isWifiEnabled()
Definition: WifiInfo_android.cpp:128
WifiInfo()
Definition: WifiInfo_android.cpp:20
void enableWifi()
Definition: WifiInfo_android.cpp:57
Definition: WifiInfo.h:18