* edit WiFi and ProfileList calls

* optimization of WifiMenu
* small refactoring
This commit is contained in:
arcan1s
2015-03-07 17:12:33 +03:00
parent 9993fee336
commit 2cf876cf32
26 changed files with 207 additions and 153 deletions

View File

@ -50,6 +50,7 @@ public slots:
// netctlProfile
QStringList Profile(const QString profile);
QString ProfileValue(const QString profile, const QString key);
QStringList ProfileValues(const QString profile, const QStringList keys);
// wpaCommand
QString ProfileByEssid(const QString essid);
QStringList WirelessInterfaces();