Files
archived-wlan-ucentral-schema/schema/radio.he.yml
John Crispin da090931f0 fix bss color handling
setting the option to 0 would not disable the feature correctly.

Signed-off-by: John Crispin <john@phrozen.org>
2024-03-11 13:17:02 +01:00

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