mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-10-29 09:12:20 +00:00
24 lines
483 B
YAML
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
|