mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-01-27 10:23:38 +00:00
19 lines
419 B
YAML
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
|