|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
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. | |
Current mesh status snapshot.
| bool esp_wifi_mesh_status::is_root |
True if this node is the mesh root.
| int esp_wifi_mesh_status::layer |
Current mesh layer (tree depth); -1 while unattached.
| int esp_wifi_mesh_status::routing_table_size |
Number of nodes in the routing table (root: whole sub-network).
| bool esp_wifi_mesh_status::tods_reachable |
True once the root announced external-network reachability.