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

Information about an authentication mode change. More...

Public Attributes

enum auth_mode old_mode
 
enum auth_mode new_mode
 

Detailed Description

Information about an authentication mode change.

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

Definition at line 1062 of file wifi.hpp.

Member Data Documentation

◆ new_mode

enum auth_mode idfxx::wifi::authmode_change_event_data::new_mode

New authentication mode.

Definition at line 1064 of file wifi.hpp.

◆ old_mode

enum auth_mode idfxx::wifi::authmode_change_event_data::old_mode

Previous authentication mode.

Definition at line 1063 of file wifi.hpp.


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