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

Information about a successful station connection. More...

Public Attributes

mac_address bssid
 
std::string ssid
 
uint8_t channel
 
enum auth_mode authmode
 

Detailed Description

Information about a successful station connection.

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

Definition at line 1013 of file wifi.hpp.

Member Data Documentation

◆ authmode

enum auth_mode idfxx::wifi::connected_event_data::authmode

Authentication mode used.

Definition at line 1017 of file wifi.hpp.

◆ bssid

mac_address idfxx::wifi::connected_event_data::bssid

MAC address of the connected AP.

Definition at line 1014 of file wifi.hpp.

◆ channel

uint8_t idfxx::wifi::connected_event_data::channel

Channel of the connected AP.

Definition at line 1016 of file wifi.hpp.

◆ ssid

std::string idfxx::wifi::connected_event_data::ssid

SSID of the connected AP.

Definition at line 1015 of file wifi.hpp.


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