Skip to content

Struct wifi_event_ap_staconnected_t

ClassList > wifi_event_ap_staconnected_t

More...

  • #include <WiFiEvents.h>

Public Attributes

Type Name
uint8_t aid
bool is_mesh_child
uint8_t mac

Detailed Description

Argument structure for WIFI_EVENT_AP_STACONNECTED event

Public Attributes Documentation

variable aid

uint8_t wifi_event_ap_staconnected_t::aid;

the aid that ESP32 soft-AP gives to the station connected to

variable is_mesh_child

bool wifi_event_ap_staconnected_t::is_mesh_child;

flag to identify mesh child

variable mac

uint8_t wifi_event_ap_staconnected_t::mac[6];

MAC address of the station connected to ESP32 soft-AP


The documentation for this class was generated from the following file cores/common/arduino/libraries/api/WiFi/WiFiEvents.h