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

Information about a station disconnection. More...

Public Member Functions

bool operator== (const disconnected_event_data &) const =default
 

Public Attributes

mac_address bssid
 
std::string ssid
 
enum disconnect_reason reason
 

Detailed Description

Information about a station disconnection.

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

Definition at line 1147 of file wifi.hpp.

Member Function Documentation

◆ operator==()

bool idfxx::wifi::disconnected_event_data::operator== ( const disconnected_event_data ) const
default

Member Data Documentation

◆ bssid

mac_address idfxx::wifi::disconnected_event_data::bssid

MAC address of the AP.

Definition at line 1148 of file wifi.hpp.

◆ reason

enum disconnect_reason idfxx::wifi::disconnected_event_data::reason

Reason for disconnection.

Definition at line 1150 of file wifi.hpp.

◆ ssid

std::string idfxx::wifi::disconnected_event_data::ssid

SSID of the AP.

Definition at line 1149 of file wifi.hpp.


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