mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-03-20 03:41:53 +00:00
setting the option to 0 would not disable the feature correctly. Signed-off-by: John Crispin <john@phrozen.org>
23 lines
687 B
YAML
23 lines
687 B
YAML
description:
|
|
This section describes the HE specific configuration options of the BSS.
|
|
type: object
|
|
properties:
|
|
multiple-bssid:
|
|
description:
|
|
Enabling this option will make the PHY broadcast its BSSs using the multiple BSSID beacon IE.
|
|
type: boolean
|
|
default: false
|
|
ema:
|
|
description:
|
|
Enableing this option will make the PHY broadcast its multiple BSSID beacons using EMA.
|
|
type: boolean
|
|
default: false
|
|
bss-color:
|
|
description:
|
|
This enables BSS Coloring on the PHY. setting it to 0 disables the feature 1-63 sets the color
|
|
and 64 will make hostapd pick a random color.
|
|
type: integer
|
|
minimum: 0
|
|
maximum: 64
|
|
default: 0
|