mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-01-27 10:23:38 +00:00
1. Extend ucentral schema & state for HaLow 2. Refine "system" into "sysinfo" to avoid confliction with system trace in state.uc Fixes: WIFI-14436 Signed-off-by: Ian Chen <ian77_chen@accton.com>
34 lines
734 B
YAML
34 lines
734 B
YAML
type: object
|
|
properties:
|
|
wifi-ssid:
|
|
description:
|
|
The name of the admin ssid.
|
|
type: string
|
|
default: Maverick
|
|
maxLength: 32
|
|
minLength: 1
|
|
wifi-key:
|
|
description:
|
|
The Pre Shared Key (PSK) that is used for encryption on the BSS.
|
|
type: string
|
|
maxLength: 63
|
|
minLength: 8
|
|
wifi-bands:
|
|
description:
|
|
The band that the SSID should be broadcasted on. The configuration layer
|
|
will use the first matching band.
|
|
type: array
|
|
items:
|
|
type: string
|
|
enum:
|
|
- 2G
|
|
- 5G
|
|
- 5G-lower
|
|
- 5G-upper
|
|
- 6G
|
|
- HaLow
|
|
offline-trigger:
|
|
description:
|
|
The admin-ui will be spawned when this offline threshold was exceeded.
|
|
type: number
|