RDK-V WiFi HAL 0.2.0
 
Loading...
Searching...
No Matches
_wifi_ssidTrafficStats Struct Reference

structure for ssidTrafficStats More...

#include <wifi_common_hal.h>

Data Fields

ULONG ssid_BytesSent
 
ULONG ssid_BytesReceived
 
ULONG ssid_PacketsSent
 
ULONG ssid_PacketsReceived
 
ULONG ssid_RetransCount
 
ULONG ssid_FailedRetransCount
 
ULONG ssid_RetryCount
 
ULONG ssid_MultipleRetryCount
 
ULONG ssid_ACKFailureCount
 
ULONG ssid_AggregatedPacketCount
 
ULONG ssid_ErrorsSent
 
ULONG ssid_ErrorsReceived
 
ULONG ssid_UnicastPacketsSent
 
ULONG ssid_UnicastPacketsReceived
 
ULONG ssid_DiscardedPacketsSent
 
ULONG ssid_DiscardedPacketsReceived
 
ULONG ssid_MulticastPacketsSent
 
ULONG ssid_MulticastPacketsReceived
 
ULONG ssid_BroadcastPacketsSent
 
ULONG ssid_BroadcastPacketsRecevied
 
ULONG ssid_UnknownPacketsReceived
 

Detailed Description

structure for ssidTrafficStats

Field Documentation

◆ ssid_ACKFailureCount

ULONG ssid_ACKFailureCount

The number of expected ACKs that were never received. This parameter is based on dot11ACKFailureCount from [802.11-2012]. Range is [0, 2^32 - 1]

◆ ssid_AggregatedPacketCount

ULONG ssid_AggregatedPacketCount

The number of aggregated packets that were transmitted. This applies only to 802.11n and 802.11ac. Range is [0, 2^32 - 1]

◆ ssid_BroadcastPacketsRecevied

ULONG ssid_BroadcastPacketsRecevied

The total number of packets that higher-level protocols requested for transmission and which were addressed to a broadcast address at this layer, including those that were discarded or not sent. Range is [0, 2^64 - 1]

◆ ssid_BroadcastPacketsSent

ULONG ssid_BroadcastPacketsSent

The total number of packets that higher-level protocols requested for transmission and which were addressed to a broadcast address at this layer, including those that were discarded or not sent. Range is [0, 2^64 - 1]

◆ ssid_BytesReceived

ULONG ssid_BytesReceived

The total number of bytes received on the interface, including framing characters. Range is [0, 2^64 - 1]

◆ ssid_BytesSent

ULONG ssid_BytesSent

The total number of bytes transmitted out of the interface, including framing characters. Range is [0, 2^64 - 1]

◆ ssid_DiscardedPacketsReceived

ULONG ssid_DiscardedPacketsReceived

The total number of inbound packets which were chosen to be discarded even though no errors had been detected to prevent their being delivered. One possible reason for discarding such a packet could be to free up buffer space. Range is [0, 2^32 - 1]

◆ ssid_DiscardedPacketsSent

ULONG ssid_DiscardedPacketsSent

The total number of outbound packets which were chosen to be discarded even though no errors had been detected to prevent their being transmitted. One possible reason for discarding such a packet could be to free up buffer space. Range is [0, 2^32 - 1]

◆ ssid_ErrorsReceived

ULONG ssid_ErrorsReceived

The total number of inbound packets that contained errors preventing them from being delivered to a higher-layer protocol. Range is [0, 2^32 - 1]

◆ ssid_ErrorsSent

ULONG ssid_ErrorsSent

The total number of outbound packets that could not be transmitted because of errors. Range is [0, 2^32 - 1]

◆ ssid_FailedRetransCount

ULONG ssid_FailedRetransCount

The number of packets that were not transmitted successfully due to the number of retransmission attempts exceeding an 802.11 retry limit. This parameter is based on dot11FailedCount from [802.11-2012]. Range is [0, 2^32 - 1]

◆ ssid_MulticastPacketsReceived

ULONG ssid_MulticastPacketsReceived

The total number of received packets, delivered by this layer to a higher layer, which were addressed to a multicast address at this layer. Range is [0, 2^64 - 1]

◆ ssid_MulticastPacketsSent

ULONG ssid_MulticastPacketsSent

The total number of packets that higher-level protocols requested for transmission and which were addressed to a multicast address at this layer, including those that were discarded or not sent. Range is [0, 2^64 - 1]

◆ ssid_MultipleRetryCount

ULONG ssid_MultipleRetryCount

The number of packets that were successfully transmitted after more than one retransmission. This parameter is based on dot11MultipleRetryCount from [802.11-2012]. Range is [0, 2^32 - 1]

◆ ssid_PacketsReceived

ULONG ssid_PacketsReceived

The total number of packets received on the interface. Range is [0, 2^64 - 1]

◆ ssid_PacketsSent

ULONG ssid_PacketsSent

The total number of packets transmitted out of the interface. Range is [0, 2^64 - 1]

◆ ssid_RetransCount

ULONG ssid_RetransCount

The total number of transmitted packets which were retransmissions. Two retransmissions of the same packet results in this counter incrementing by two. Range is [0, 2^32 - 1]

◆ ssid_RetryCount

ULONG ssid_RetryCount

The number of packets that were successfully transmitted after one or more retransmissions. This parameter is based on dot11RetryCount from [802.11-2012]. Range is [0, 2^32 - 1]

◆ ssid_UnicastPacketsReceived

ULONG ssid_UnicastPacketsReceived

The total number of received packets, delivered by this layer to a higher layer, which were not addressed to a multicast or broadcast address at this layerm. Range is [0, 2^64 - 1]

◆ ssid_UnicastPacketsSent

ULONG ssid_UnicastPacketsSent

The total number of inbound packets that contained errors preventing them from being delivered to a higher-layer protocol. Range is [0, 2^64 - 1]

◆ ssid_UnknownPacketsReceived

ULONG ssid_UnknownPacketsReceived

The total number of packets received via the interface which were discarded because of an unknown or unsupported protocol. Range is [0, 2^32 - 1]


The documentation for this struct was generated from the following file: