v4

latestOpenAPI 3.0.1Apache 2.02026-08-036821,1001.5 MB
Configuration - Policy

Change the SSID mode to PSK

Change the SSID mode to PSK.

put/ssids/{id}/mode/psk

Path parameters

idinteger required

The SSID ID

Request body

key_management'WPA_PSK' | 'WPA2_PSK' | 'WPA3_PSK' | 'AUTO_PSK' required

The key management: WPA3_PSK, WPA2_PSK, WPA_PSK,AUTO_PSK

encryption_method'CCMP' | 'TKIP' | 'AUTO_TKIP_CCMP' required

The encryption method: for WPA3_PSK please use CCMP, for WPA2_PSK or WPA_PSK, please use CCMP or TKIP, for AUTO_PSK, please use AUTO_TKIP_CCMP

anti_logging_thresholdinteger

The anti logging threshold

key_type'ASCII' | 'HEX' required

The key type, ASCII or HEX

key_valuestring required

The PSK key value, minimum 8 characters long

sae_group'ALL' | 'ECC' | 'FFC'

The SAE group: ALL, ECC, or FFC, must be selected when the key management is WPA3

transition_modeboolean

Indicates the transition mode if key management is WPA3

Example request

{
  "key_type": "ASCII"
}

Response

OK