Configuration - Policy
Change the SSID mode to WEP
Change the SSID mode to WEP.
put/ssids/{id}/mode/wep
Path parameters
idinteger required
The SSID ID
Request body
Example request
{
"key_management": "WEP_8021X",
"encryption_method": "WEP104",
"default_key": "FIRST",
"key_type": "ASCII",
"key_value": "abcd123456789"
}Response
OK