Zephyr API 3.6.99
|
All Wi-Fi specific statistics. More...
#include <net_stats.h>
Data Fields | |
struct net_stats_sta_mgmt | sta_mgmt |
Total number of beacon errors. | |
struct net_stats_bytes | bytes |
Total number of bytes received and sent. | |
struct net_stats_pkts | pkts |
Total number of packets received and sent. | |
struct net_stats_pkts | broadcast |
Total number of broadcast packets received and sent. | |
struct net_stats_pkts | multicast |
Total number of multicast packets received and sent. | |
struct net_stats_pkts | errors |
Total number of errors in RX and TX. | |
struct net_stats_pkts | unicast |
Total number of unicast packets received and sent. | |
net_stats_t | overrun_count |
Total number of dropped packets at received and sent. | |
All Wi-Fi specific statistics.
struct net_stats_pkts net_stats_wifi::broadcast |
Total number of broadcast packets received and sent.
struct net_stats_bytes net_stats_wifi::bytes |
Total number of bytes received and sent.
struct net_stats_pkts net_stats_wifi::errors |
Total number of errors in RX and TX.
struct net_stats_pkts net_stats_wifi::multicast |
Total number of multicast packets received and sent.
net_stats_t net_stats_wifi::overrun_count |
Total number of dropped packets at received and sent.
struct net_stats_pkts net_stats_wifi::pkts |
Total number of packets received and sent.
struct net_stats_sta_mgmt net_stats_wifi::sta_mgmt |
Total number of beacon errors.
struct net_stats_pkts net_stats_wifi::unicast |
Total number of unicast packets received and sent.