src/gui/network_setup.cpp: add wlan scan

This commit is contained in:
[CST] Focus
2013-11-01 16:36:08 +04:00
parent 71510aa3f0
commit 595c6a961b
2 changed files with 59 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ class CNetworkSetup : public CMenuTarget, CChangeObserver
CMenuForwarder* dhcpDisable[5];
CMenuForwarder* wlanEnable[2];
CMenuForwarder* wlanEnable[3];
CSectionsdConfigNotifier* sectionsdConfigNotifier;
@@ -89,7 +89,8 @@ class CNetworkSetup : public CMenuTarget, CChangeObserver
int saveChangesDialog();
void applyNetworkSettings();
void saveNetworkSettings();
int showWlanList();
bool checkIntSettings();
bool checkStringSettings();
bool checkForIP();