Files
wlan-ucentral-schema/schema/service.admin-ui.yml
Ian Chen 6faaa1f655 HaLow: Extend ucentral schema & state for HaLow
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>
2025-05-12 07:42:01 +02:00

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