|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
Information about a station disconnection. More...
Public Attributes | |
| mac_address | bssid |
| std::string | ssid |
| enum disconnect_reason | reason |
Information about a station disconnection.
Dispatched with the wifi::event_id::sta_disconnected event.
| mac_address idfxx::wifi::disconnected_event_data::bssid |
| enum disconnect_reason idfxx::wifi::disconnected_event_data::reason |
| std::string idfxx::wifi::disconnected_event_data::ssid |