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

Information delivered with a mesh event. 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
 Current routing table size (valid for routing-table events).
int reason
 Disconnect reason (valid for disconnect events).

Detailed Description

Information delivered with a mesh event.

Field Documentation

◆ is_root

bool esp_wifi_mesh_event_info::is_root

True if this node is the mesh root.

◆ layer

int esp_wifi_mesh_event_info::layer

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

◆ reason

int esp_wifi_mesh_event_info::reason

Disconnect reason (valid for disconnect events).

◆ routing_table_size

int esp_wifi_mesh_event_info::routing_table_size

Current routing table size (valid for routing-table events).


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