pub type mesh_event_child_connected_t = wifi_event_ap_staconnected_t;
Expand description

Argument structure for WIFI_EVENT_AP_STACONNECTED event

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