The request for setting the SSID to be WEP mode.
Name | Type | Description | Notes |
---|---|---|---|
key_management | XiqSsidWepKeyManagement | ||
encryption_method | XiqSsidWepEncryptionMethod | ||
authentication_method | XiqSsidWepAuthenticationMethod | [optional] | |
default_key | XiqSsidWepDefaultKey | [optional] | |
key_type | XiqSsidKeyType | [optional] | |
key_value | str | The first key value, must be 13 characters long for WEP104, and 5 characters long for WEP40, cannot be null if it is the default key | [optional] |
key_value2 | str | The second key value, must be 13 characters long for WEP104, and 5 characters long for WEP40, cannot be null if it is the default key | [optional] |
key_value3 | str | The third key value, must be 13 characters long for WEP104, and 5 characters long for WEP40, cannot be null if it is the default key | [optional] |
key_value4 | str | The fourth key value, must be 13 characters long for WEP104, and 5 characters long for WEP40, cannot be null if it is the default key | [optional] |
radius_server_group_id | int | The RADIUS server group ID if using WEP_8021x as the key management | [optional] |