Files
wlan-ucentral-schema/schema/interface.ssid.encryption.yml
Marek Kwaczynski a518b02075 schema, ssid: add mpsk-radius encryption
Add a new encryption type to specify MPSK AAA for 6GHz.
 mpsk-radius encryption means:
 - psk2-radius for 2.4GHz, 5GHz
 - sae for 6GHz

Signed-off-by: Marek Kwaczynski <marek@shasta.cloud>
2025-03-11 10:09:49 +01:00

50 lines
1.0 KiB
YAML

description:
A device has certain properties that describe its identity and location.
These properties are described inside this object.
type: object
properties:
proto:
description:
The wireless encryption protocol that shall be used for this BSS
type: string
enum:
- none
- owe
- owe-transition
- psk
- psk2
- psk-mixed
- psk2-radius
- wpa
- wpa2
- wpa-mixed
- sae
- sae-mixed
- wpa3
- wpa3-192
- wpa3-mixed
- mpsk-radius
examples:
- psk2
key:
description:
The Pre Shared Key (PSK) that is used for encryption on the BSS when
using any of the WPA-PSK modes.
type: string
maxLength: 63
minLength: 8
ieee80211w:
description:
Enable 802.11w Management Frame Protection (MFP) for this BSS.
type: string
enum:
- disabled
- optional
- required
default: disabled
key-caching:
description:
PMKSA created through EAP authentication and RSN preauthentication can be cached.
type: boolean
default: true