Type Alias esp_idf_hal::sys::mesh_event_child_connected_t
source · pub type mesh_event_child_connected_t = wifi_event_ap_staconnected_t;
Expand description
@brief Child connected information
Aliased Type§
struct mesh_event_child_connected_t {
pub mac: [u8; 6],
pub aid: u8,
pub is_mesh_child: bool,
}
Fields§
§mac: [u8; 6]
< MAC address of the station connected to Soft-AP
aid: u8
< the aid that soft-AP gives to the station connected to
is_mesh_child: bool
< flag to identify mesh child