src/gui/network_setup.cpp: add wlan scan

Origin commit data
------------------
Branch: ni/coolstream
Commit: 595c6a961b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-01 (Fri, 01 Nov 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-11-01 16:36:08 +04:00
parent 77b37945d8
commit 8779fac79b
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();