Zephyr API Documentation  3.6.99
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
 
struct net_stats_bytes bytes
 
struct net_stats_pkts pkts
 
struct net_stats_pkts broadcast
 
struct net_stats_pkts multicast
 
struct net_stats_pkts errors
 
struct net_stats_pkts unicast
 

Detailed Description

All Wi-Fi specific statistics.

Field Documentation

◆ broadcast

struct net_stats_pkts net_stats_wifi::broadcast

◆ bytes

struct net_stats_bytes net_stats_wifi::bytes

◆ errors

struct net_stats_pkts net_stats_wifi::errors

◆ multicast

struct net_stats_pkts net_stats_wifi::multicast

◆ pkts

struct net_stats_pkts net_stats_wifi::pkts

◆ sta_mgmt

struct net_stats_sta_mgmt net_stats_wifi::sta_mgmt

◆ unicast

struct net_stats_pkts net_stats_wifi::unicast

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