Default value: long
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 Configure wireless LAN security
Description: Enable or disable and configure the wireless LAN security. This router supports different types of
security such as: WEP, 802.1X, WPA and WPA2. Synopsis:
wlan security open
[--wep <enableddisabled>] [--keybit <64128>] [--nkey1 <keyStr>] [--nkey2 <keyStr>] [--nkey3 <keyStr>] [--nkey4 <keyStr>] [--keyidx <1234>]
wlan security shared (wep have to enable)
[--wep <enableddisabled>] [--keybit <64128>] [--nkey1 <keyStr>] [--nkey2 <keyStr>] [--nkey3 <keyStr>] [--nkey4 <keyStr>] [--keyidx <1234>]
wlan security radius (wep have to enable)
[--rasip <serverIp>] [--raspt <portVal>] [--raskey <”raskeyStr”>] [--wep <enableddisabled>] [--keybit <64128>]
[--nkey2 <keyStr>] [--nkey3 <keyStr>] [--keyidx <23>]
wlan security wpa / wpa2 / wpa2mix
[--wlPreauth <01>] [--wlNetReauth <interval>]
[--wpaenc <tkipaestkip+aes>] [--rekey <interval>]
[--rasip <serverIp>] [--raspt <portVal>] [--raskey <”raskeyStr”>] [--wep <enableddisabled>] [--keybit <64128>]