Use the mode command to set the privacy mode of this WLAN service. The mode command is accessible from the wlan:<WLAN-service-name>:priv context of the CLI when the WLAN service type is STD.
After you run the mode command, yrun the apply command to implement the name change.
none | Disables privacy mode |
wep | Specifies the WEP privacy mode |
wpa | Specifies the WPA privacy mode |
wpa-psk | Specifies the WPA-PSK privacy mode |
dynwep | Specifies the dynamic WEP privacy mode |
Once you have set the privacy mode, new commands become available in the wlan:<WLAN-service-name>:priv context. For example, setting the privacy mode to wep provides an additional command (wep) that you can use to configure WEP settings.
The following example changes the privacy mode of the WLAN service named “test” to WPA-PSK:
EWC.extremenetworks.com:wlans:test:priv# mode wpa-psk EWC.extremenetworks.com:wlans:test:priv# apply EWC.extremenetworks.com:wlans:test:priv# show mode Privacy mode: wpa-psk