mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-01-27 10:23:38 +00:00
127 lines
2.7 KiB
YAML
127 lines
2.7 KiB
YAML
type: array
|
|
description:
|
|
A list all OBSS that this BSS is connected to. The contained entries
|
|
depend opertational mode.
|
|
* AP - all associated stationd
|
|
* STA - the remote AP
|
|
* mesh - all mesh peers that we can see
|
|
* wds - the remote wds peer
|
|
items:
|
|
description: An explanation about the purpose
|
|
of this instance.
|
|
properties:
|
|
bssid:
|
|
type: string
|
|
description:
|
|
The BSSID of the remote BSS.
|
|
station:
|
|
type: string
|
|
description:
|
|
The MAC address of the station.
|
|
dynamic_vlan:
|
|
type: number
|
|
description:
|
|
The VID in case the association is on a dynamic VLAN.
|
|
rssi:
|
|
type: number
|
|
description:
|
|
The RX signal strength of the remore BSS. (dBm)
|
|
connected:
|
|
type: number
|
|
description:
|
|
The time since connected
|
|
inactive:
|
|
type: number
|
|
description:
|
|
The time since inactive
|
|
tx_duration:
|
|
type: number
|
|
description:
|
|
The tx duration
|
|
rx_duration:
|
|
type: number
|
|
description:
|
|
The rx duration
|
|
rx_bytes:
|
|
type: number
|
|
description:
|
|
The number of bytes received.
|
|
ack_signal:
|
|
type: number
|
|
ack_signal_avg:
|
|
type: number
|
|
rx_packets:
|
|
type: number
|
|
description:
|
|
The number of packets received.
|
|
tx_packets:
|
|
type: number
|
|
description:
|
|
The number of packets received.
|
|
tx_bytes:
|
|
type: number
|
|
description:
|
|
The number of bytes transmitted.
|
|
tx_retries:
|
|
type: number
|
|
tx_failed:
|
|
type: number
|
|
description:
|
|
The number of packets transmitted.
|
|
rx_rate:
|
|
type: object
|
|
items:
|
|
properties:
|
|
bitrate:
|
|
type: number
|
|
sgi:
|
|
type: boolean
|
|
vht:
|
|
type: boolean
|
|
mcs:
|
|
type: number
|
|
nss:
|
|
type: number
|
|
chwidth:
|
|
type: number
|
|
he:
|
|
type: boolean
|
|
he_gi:
|
|
type: number
|
|
he_dcm:
|
|
type: number
|
|
tx_rate:
|
|
type: object
|
|
items:
|
|
properties:
|
|
bitrate:
|
|
type: number
|
|
sgi:
|
|
type: boolean
|
|
vht:
|
|
type: boolean
|
|
mcs:
|
|
type: number
|
|
nss:
|
|
type: number
|
|
chwidth:
|
|
type: number
|
|
he:
|
|
type: boolean
|
|
he_gi:
|
|
type: number
|
|
he_dcm:
|
|
type: number
|
|
tid_stats:
|
|
type: array
|
|
items:
|
|
properties:
|
|
rx_msdu:
|
|
type: number
|
|
tx_msdu:
|
|
type: number
|
|
tx_msdu_retries:
|
|
type: number
|
|
tx_msdu_failed:
|
|
type: number
|