pub type mesh_event_child_disconnected_t = wifi_event_ap_stadisconnected_t;
Expand description

Argument structure for WIFI_EVENT_AP_STADISCONNECTED event

Aliased Type§

struct mesh_event_child_disconnected_t {
    pub mac: [u8; 6],
    pub aid: u8,
    pub is_mesh_child: bool,
    pub reason: u8,
}

Fields§

§mac: [u8; 6]

< MAC address of the station disconnects to soft-AP

§aid: u8

< the aid that soft-AP gave to the station disconnects to

§is_mesh_child: bool

< flag to identify mesh child

§reason: u8

< reason of disconnection