Structure used to receive the WLAN statistics of the given interface from the time the WLAN driver is up.
Data Fields | |
uint32_t | rx_bytes |
Total received bytes. More... | |
uint32_t | tx_bytes |
Total transmitted bytes. More... | |
uint32_t | rx_packets |
Total received WLAN packets. More... | |
uint32_t | tx_packets |
Total transmitted WLAN packets. | |
uint32_t | tx_retries |
Total transmission retries. More... | |
uint32_t | tx_failed |
Total failed packets. More... | |
uint32_t | tx_bitrate |
Current transmitted data rate in Kbps. | |
uint32_t cy_wcm_wlan_statistics_t::rx_bytes |
Total received bytes.
uint32_t cy_wcm_wlan_statistics_t::tx_bytes |
Total transmitted bytes.
uint32_t cy_wcm_wlan_statistics_t::rx_packets |
Total received WLAN packets.
uint32_t cy_wcm_wlan_statistics_t::tx_retries |
Total transmission retries.
uint32_t cy_wcm_wlan_statistics_t::tx_failed |
Total failed packets.