10#include <QHostAddress>
22 friend class ::test_WifiInfo;
26#if defined(Q_OS_ANDROID)
27 int mWifiCheckTimerId;
30 static bool isPrivateIp(
const QHostAddress& pAddress);
31 static bool hasPrivateIpAddress();
33 [[nodiscard]]
bool getCurrentWifiEnabled();
35#if defined(Q_OS_ANDROID)
38 void timerEvent(QTimerEvent* pEvent)
override;
Definition: WifiInfo.h:20
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