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

Information about a station disconnecting from the soft-AP. More...

Public Attributes

mac_address mac
 
uint8_t aid
 
enum disconnect_reason reason
 

Detailed Description

Information about a station disconnecting from the soft-AP.

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

Definition at line 1092 of file wifi.hpp.

Member Data Documentation

◆ aid

uint8_t idfxx::wifi::ap_sta_disconnected_event_data::aid

Association ID.

Definition at line 1094 of file wifi.hpp.

◆ mac

mac_address idfxx::wifi::ap_sta_disconnected_event_data::mac

MAC address of the disconnected station.

Definition at line 1093 of file wifi.hpp.

◆ reason

enum disconnect_reason idfxx::wifi::ap_sta_disconnected_event_data::reason

Reason for disconnection.

Definition at line 1095 of file wifi.hpp.


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