Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
net_stats_wifi Struct Reference

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.
 

Detailed Description

All Wi-Fi specific statistics.

Field Documentation

◆ broadcast

struct net_stats_pkts net_stats_wifi::broadcast

Total number of broadcast packets received and sent.

◆ bytes

struct net_stats_bytes net_stats_wifi::bytes

Total number of bytes received and sent.

◆ errors

struct net_stats_pkts net_stats_wifi::errors

Total number of errors in RX and TX.

◆ multicast

struct net_stats_pkts net_stats_wifi::multicast

Total number of multicast packets received and sent.

◆ pkts

struct net_stats_pkts net_stats_wifi::pkts

Total number of packets received and sent.

◆ sta_mgmt

struct net_stats_sta_mgmt net_stats_wifi::sta_mgmt

Total number of beacon errors.

◆ unicast

struct net_stats_pkts net_stats_wifi::unicast

Total number of unicast packets received and sent.


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