HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
Loading...
Searching...
No Matches
HfEspWifiStats Struct Reference

ESP32-specific WiFi statistics structure. More...

#include <EspTypes_WiFi.h>

Public Attributes

uint32_t tx_packets
 
uint32_t rx_packets
 
uint32_t tx_bytes
 
uint32_t rx_bytes
 
uint32_t tx_errors
 
uint32_t rx_errors
 
uint32_t tx_retries
 
uint32_t rx_missed
 
int8_t noise_floor
 
uint8_t channel_utilization
 

Detailed Description

ESP32-specific WiFi statistics structure.

Member Data Documentation

◆ channel_utilization

uint8_t HfEspWifiStats::channel_utilization

Channel utilization (%)

◆ noise_floor

int8_t HfEspWifiStats::noise_floor

Noise floor (dBm)

◆ rx_bytes

uint32_t HfEspWifiStats::rx_bytes

Received bytes

◆ rx_errors

uint32_t HfEspWifiStats::rx_errors

Reception errors

◆ rx_missed

uint32_t HfEspWifiStats::rx_missed

Missed receptions

◆ rx_packets

uint32_t HfEspWifiStats::rx_packets

Received packets

◆ tx_bytes

uint32_t HfEspWifiStats::tx_bytes

Transmitted bytes

◆ tx_errors

uint32_t HfEspWifiStats::tx_errors

Transmission errors

◆ tx_packets

uint32_t HfEspWifiStats::tx_packets

Transmitted packets

◆ tx_retries

uint32_t HfEspWifiStats::tx_retries

Transmission retries


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