mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-01-27 10:23:38 +00:00
33 lines
853 B
YAML
33 lines
853 B
YAML
description:
|
|
Enable 802.11k Radio Resource Management (RRM) for this BSS.
|
|
type: object
|
|
properties:
|
|
neighbor-reporting:
|
|
description:
|
|
Enable neighbor report via radio measurements (802.11k).
|
|
type: boolean
|
|
default: false
|
|
reduced-neighbor-reporting:
|
|
description:
|
|
Enable reduced neighbor reports.
|
|
type: boolean
|
|
default: false
|
|
lci:
|
|
description:
|
|
The content of a LCI measurement subelement
|
|
type: string
|
|
civic-location:
|
|
description:
|
|
The content of a location civic measurement subelement
|
|
type: string
|
|
ftm-responder:
|
|
description:
|
|
Publish fine timing measurement (FTM) responder functionality on this BSS.
|
|
type: boolean
|
|
default: false
|
|
stationary-ap:
|
|
description:
|
|
Stationary AP config indicates that the AP doesn't move.
|
|
type: boolean
|
|
default: false
|