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

Member Data Documentation

◆ bssid

mac_address idfxx::wifi::disconnected_event_data::bssid

MAC address of the AP.

Definition at line 1031 of file wifi.hpp.

◆ reason

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

Reason for disconnection.

Definition at line 1033 of file wifi.hpp.

◆ ssid

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

SSID of the AP.

Definition at line 1032 of file wifi.hpp.


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