Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
esp_wifi_mesh_status Struct Reference

Current mesh status snapshot. More...

#include <zephyr/drivers/wifi/esp_wifi/esp_wifi_mesh.h>

Data Fields

int layer
 Current mesh layer (tree depth); -1 while unattached.
bool is_root
 True if this node is the mesh root.
int routing_table_size
 Number of nodes in the routing table (root: whole sub-network).
bool tods_reachable
 True once the root announced external-network reachability.

Detailed Description

Current mesh status snapshot.

Field Documentation

◆ is_root

bool esp_wifi_mesh_status::is_root

True if this node is the mesh root.

◆ layer

int esp_wifi_mesh_status::layer

Current mesh layer (tree depth); -1 while unattached.

◆ routing_table_size

int esp_wifi_mesh_status::routing_table_size

Number of nodes in the routing table (root: whole sub-network).

◆ tods_reachable

bool esp_wifi_mesh_status::tods_reachable

True once the root announced external-network reachability.


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