The request for setting the SSID to be WEP mode.
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, | The request for setting the SSID to be WEP mode. |
| Key | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| key_management | XiqSsidWepKeyManagement | XiqSsidWepKeyManagement | ||
| encryption_method | XiqSsidWepEncryptionMethod | XiqSsidWepEncryptionMethod | ||
| authentication_method | XiqSsidWepAuthenticationMethod | XiqSsidWepAuthenticationMethod | [optional] | |
| default_key | XiqSsidWepDefaultKey | XiqSsidWepDefaultKey | [optional] | |
| key_type | XiqSsidKeyType | XiqSsidKeyType | [optional] | |
| key_value | str, | 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, | 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, | 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, | 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 | decimal.Decimal, int, | decimal.Decimal, | The RADIUS server group ID if using WEP_8021x as the key management | [optional] value must be a 64 bit integer |
| any_string_name | dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO | any string name can be used but the value must be the correct type | [optional] |