Files
ols-ucentral-schema/schema/interface.ssid.multi-psk.yml
John Crispin 83a1f082a7 schema: add multi-psk template support
Signed-off-by: John Crispin <john@phrozen.org>
2021-05-17 14:12:08 +02:00

24 lines
483 B
YAML

type: object
description:
A SSID can have multiple PSK/VID mappings. Each one of them can be bound to a
specific MAC or be a wildcard.
properties:
mac:
type: string
format: uc-mac
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
vlan-id:
type: integer
maximum: 4096
examples:
- 3
- 100
- 200
- 4094