mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-01-27 02:23:33 +00:00
22 lines
664 B
YAML
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
|