mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-03-20 03:41:53 +00:00
11 lines
269 B
YAML
11 lines
269 B
YAML
description:
|
|
This section can be used to setup a captive portal on the AP with a
|
|
click-to-continue splash page.
|
|
type: object
|
|
properties:
|
|
auth-mode:
|
|
description:
|
|
This field must be set to 'click-to-continue'
|
|
type: string
|
|
const: click-to-continue
|