mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-01-27 10:23:38 +00:00
54 lines
1.5 KiB
YAML
54 lines
1.5 KiB
YAML
description:
|
|
This section describes the band steering behaviour of the unit.
|
|
type: object
|
|
properties:
|
|
mode:
|
|
description:
|
|
Wifi sterring can happen either locally or via the backend gateway.
|
|
type: string
|
|
enum:
|
|
- local
|
|
- none
|
|
examples:
|
|
- local
|
|
assoc-steering:
|
|
description:
|
|
Allow rejecting assoc requests for steering purposes.
|
|
type: boolean
|
|
default: false
|
|
required-snr:
|
|
description:
|
|
Minimum required signal level (dBm) for connected clients. If the client
|
|
will be kicked if the SNR drops below this value.
|
|
type: integer
|
|
default: 0
|
|
required-probe-snr:
|
|
description:
|
|
Minimum required signal level (dBm) to allow connections. If the SNR is
|
|
below this value, probe requests will not be replied to.
|
|
type: integer
|
|
default: 0
|
|
required-roam-snr:
|
|
description:
|
|
Minimum required signal level (dBm) before an attempt is made to roam the
|
|
client to a better AP.
|
|
type: integer
|
|
default: 0
|
|
load-kick-threshold:
|
|
description:
|
|
Minimum channel load (%) before kicking clients
|
|
type: integer
|
|
default: 0
|
|
auto-channel:
|
|
description:
|
|
Allow multiple instances of the steering daemon to coordinate the best channel
|
|
usage amongst eachother.
|
|
type: boolean
|
|
default: false
|
|
ipv6:
|
|
description:
|
|
Use IPv6 multicast to communicate with remote usteerd instances, rather
|
|
than IPv4 broadcast.
|
|
type: boolean
|
|
default: false
|