mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-13 05:45:50 +00:00
add getrecommended to wpasup class
This commit is contained in:
@ -91,6 +91,11 @@ public:
|
||||
* @return profile name
|
||||
*/
|
||||
QString existentProfile(const QString essid);
|
||||
/**
|
||||
* @brief method which check system configuration and return recommended values to keys
|
||||
* @return recommended parametrs
|
||||
*/
|
||||
static QMap<QString, QString> getRecommendedConfiguration();
|
||||
/**
|
||||
* @brief method which checks profile status by ESSID
|
||||
* @param essid ESSID name
|
||||
|
Reference in New Issue
Block a user