Files
wlan-ucentral-schema/schema/interface.ssid.acl.yml
John Crispin 0856cd5cda add support for wifi mac acl
Signed-off-by: John Crispin <john@phrozen.org>
2022-10-05 14:02:02 +02:00

19 lines
419 B
YAML

description:
The MAC ACL that defines which clients are allowed or denied to associations.
type: object
properties:
mode:
description:
Defines if this is an allow or deny list.
type: string
enum:
- allow
- deny
mac-address:
description:
Association requests will be denied if the rssi is below this threshold.
type: array
items:
type: string
format: uc-mac