NetComm 3G9W Network Router User Manual


 
78 – YML902
Example 1:
User wants to enable the wireless LAN, configure the wireless LAN network name (SSID) as “TestAP”,
configure wireless LAN channel to 5 and then hide the SSID:
wlan config --enable 1
wlan config --ssid “TestAP”
wlan config --channel 5 --hide 1
Or merge the above commands
wlan config --enable 1 --ssid “TestAP” --channel 5 --hide 1