Files
wlan-ucentral-schema/schema/service.wifi-steering.yml
John Crispin 1784f7ef0e add 'none' mode to wifi-steering
Signed-off-by: John Crispin <john@phrozen.org>
2022-10-02 09:18:03 +02:00

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