Files
ols-ucentral-schema/schema/metrics.wifi-frames.yml
2021-05-17 09:59:18 +02:00

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