idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
idfxx::wifi::ap_sta_connected_event_data Struct Reference

Information about a station connecting to the soft-AP. More...

Public Attributes

mac_address mac
 
uint8_t aid
 

Detailed Description

Information about a station connecting to the soft-AP.

Dispatched with the wifi::event_id::ap_sta_connected event.

Definition at line 1077 of file wifi.hpp.

Member Data Documentation

◆ aid

uint8_t idfxx::wifi::ap_sta_connected_event_data::aid

Association ID.

Definition at line 1079 of file wifi.hpp.

◆ mac

mac_address idfxx::wifi::ap_sta_connected_event_data::mac

MAC address of the connected station.

Definition at line 1078 of file wifi.hpp.


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