---
title: "Change the SSID mode to WEP"
method: PUT
path: "/ssids/{id}/mode/wep"
tags: ["Configuration - Policy"]
---

# Change the SSID mode to WEP

`PUT /ssids/{id}/mode/wep`

Change the SSID mode to WEP.

## Path parameters

- `id` integer, required

## Request body

- XiqSetSsidModeWepRequest — The request for setting the SSID to be WEP mode.
  - `key_management` 'WEP' | 'WEP_8021X', required — The key management type, WEP or WEP_8021X
  - `encryption_method` 'WEP40' | 'WEP104', required — The encryption method type, WEP104 or WEP40
  - `authentication_method` 'OPEN' | 'SHARED' — The authentication method type, OPEN or SHARED
  - `default_key` 'FIRST' | 'SECOND' | 'THIRD' | 'FOURTH' — The default key, FIRST, SECOND,THIRD, OR FOURTH
  - `key_type` 'ASCII' | 'HEX' — The key type, ASCII or HEX
  - `key_value` string — 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
  - `key_value2` string — 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
  - `key_value3` string — 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
  - `key_value4` string — 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
  - `radius_server_group_id` integer — The RADIUS server group ID if using WEP_8021x as the key management

## Response `200`

OK

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
