Files
wlan-ucentral-schema/state/radio.yml
Tanya Singh dc9cad9564 Update state schema to add chanUtil field in radio
Fixes: WIFI-15177
Signed-off-by: Tanya Singh <tanya_singh@accton.com>
2025-10-16 11:07:45 +02:00

91 lines
2.1 KiB
YAML

type: array
description:
An array containing the current operational state of all wifi radios that the
unit has.
items:
type: object
properties:
channel:
description:
The primary channel that the radio is currently operating on.
type: number
channels:
description:
The list of all channels that the radio is currently operating on.
type: array
items:
type: number
frequency:
description:
The list of all frequencies that the radio is currently operating on.
type: array
items:
type: number
chanUtil:
description:
The channel utilization percentage.
type: number
channel_width:
type: number
description:
The channel width currently being used.
enum:
- 1
- 2
- 4
- 8
- 20
- 40
- 80
- 160
- 320
tx_power:
type: number
description:
The currently configure TX power of the radio in dBm.
phy:
type: string
description:
The unique path identifying the radio
band:
description:
The wireless band that the radio is currently operating on.
type: array
items:
type: string
temperature:
description:
The current temperature of the Wireless radio.
type: number
survey:
description:
The result of the site-survey call.
type: array
items:
type: object
properties:
busy:
type: number
description:
Channel busy time.
frequency:
type: number
description:
The frequency of this channel.
noise:
type: number
description:
The noise on this frequency.
time:
type: number
description:
Channel active time.
time_rx:
type: number
description:
Channel receive time.
time_tx:
type: number
description:
Channel transmit time