12#include <QHostAddress>
24 friend class ::test_WifiInfo;
28#if defined(Q_OS_ANDROID)
29 int mWifiCheckTimerId;
32 static bool isPrivateIp(
const QHostAddress& pAddress);
33 static bool hasPrivateIpAddress();
35 [[nodiscard]]
bool getCurrentWifiEnabled();
37#if defined(Q_OS_ANDROID)
40 void timerEvent(QTimerEvent* pEvent)
override;
WifiInfo()
Definition WifiInfo_android.cpp:19
void fireWifiEnabledChanged(bool pEnabled)
~WifiInfo() override=default
bool isWifiEnabled()
Definition WifiInfo_android.cpp:71
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:16