structure for ssidTrafficStats More...
#include <wifi_common_hal.h>
structure for ssidTrafficStats
| 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]
| 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]
| 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]
| 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]
| ULONG ssid_BytesReceived |
The total number of bytes received on the interface, including framing characters. Range is [0, 2^64 - 1]
| ULONG ssid_BytesSent |
The total number of bytes transmitted out of the interface, including framing characters. Range is [0, 2^64 - 1]
| 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]
| 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]
| 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]
| ULONG ssid_ErrorsSent |
The total number of outbound packets that could not be transmitted because of errors. Range is [0, 2^32 - 1]
| 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]
| 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]
| 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]
| 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]
| ULONG ssid_PacketsReceived |
The total number of packets received on the interface. Range is [0, 2^64 - 1]
| ULONG ssid_PacketsSent |
The total number of packets transmitted out of the interface. Range is [0, 2^64 - 1]
| 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]
| 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]
| 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]
| 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]
| 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]