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 Member Functions

constexpr bool operator== (const ap_sta_connected_event_data &) const noexcept=default
 

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 1200 of file wifi.hpp.

Member Function Documentation

◆ operator==()

constexpr bool idfxx::wifi::ap_sta_connected_event_data::operator== ( const ap_sta_connected_event_data ) const
constexprdefaultnoexcept

Member Data Documentation

◆ aid

uint8_t idfxx::wifi::ap_sta_connected_event_data::aid

Association ID.

Definition at line 1202 of file wifi.hpp.

◆ mac

mac_address idfxx::wifi::ap_sta_connected_event_data::mac

MAC address of the connected station.

Definition at line 1201 of file wifi.hpp.


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