Files
wlan-ucentral-schema/schema/interface.ssid.quality-thresholds.yml
John Crispin 516829ac2b add client kick threshold support
Signed-off-by: John Crispin <john@phrozen.org>
2022-10-10 08:32:39 +02:00

22 lines
664 B
YAML

description:
The thresholds that need to be meet for a clien association to be allowed.
type: object
properties:
probe-request-rssi:
description:
Probe requests will be ignored if the rssi is below this threshold.
type: integer
association-request-rssi:
description:
Association requests will be denied if the rssi is below this threshold.
type: integer
client-kick-rssi:
description:
Clients will get kicked if their SNR drops below this value.
type: integer
client-kick-ban-time:
description:
The duration that a client is banned from re-joining after it was kicked.
type: integer
default: 0