mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-10-29 17:22:23 +00:00
23 lines
498 B
YAML
23 lines
498 B
YAML
description:
|
|
Define which types of ieee802.11 management frames shall be sent up to the
|
|
controller.
|
|
type: object
|
|
properties:
|
|
filters:
|
|
description:
|
|
A list of the management frames types that shall be sent to the backend.
|
|
type: array
|
|
items:
|
|
type: string
|
|
enum:
|
|
- probe
|
|
- auth
|
|
- assoc
|
|
- disassoc
|
|
- deauth
|
|
- local-deauth
|
|
- inactive-deauth
|
|
- key-mismatch
|
|
- beacon-report
|
|
- radar-detected
|