26 #ifndef WPASUPINTERACT_H
27 #define WPASUPINTERACT_H
57 explicit WpaSup(
const bool debugCmd =
false,
58 const QMap<QString, QString> settings = QMap<QString, QString>());
156 QString getWpaCliOutput(
const QString commandLine);
163 bool wpaCliCall(
const QString commandLine);
bool isProfileExists(const QString essid)
method which checks profile existence by ESSID
bool stopWpaSupplicant()
method which send TERMINATE signal to wpa_supplicant
QList< QStringList > scanWifi()
method which scans WiFi networks
WpaSup(const bool debugCmd=false, const QMap< QString, QString > settings=QMap< QString, QString >())
WpaSup class constructor.
The NetctlProfile class interacts with netctl profiles.
Definition: netctlprofile.h:37
bool isProfileActive(const QString essid)
method which checks profile status by ESSID
The Netctl class interacts with netctl.
Definition: netctlinteract.h:39
~WpaSup()
WpaSup class destructor.
QString existentProfile(const QString essid)
method which gets profile name by ESSID
bool startWpaSupplicant()
method which calls wpa_supplicant
The WpaSup class interacts with wpa_supplicant.
Definition: wpasupinteract.h:40