added errorwin and passwdwin

added function to read password
small changes
This commit is contained in:
arcan1s
2014-02-08 17:40:29 +04:00
parent b439906be4
commit da7f1488c8
12 changed files with 628 additions and 23 deletions

View File

@ -37,6 +37,7 @@ public:
bool wpaCliCall(QString commandLine);
QString getWpaCliOutput(QString commandLine);
bool isProfileExists(QString profile);
QString existentProfile(QString profile);
bool isProfileActive(QString profile);
public slots: