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

Configuration for WiFi access point mode. More...

Public Attributes

std::string ssid
 
std::string password
 
uint8_t channel = 1
 
enum auth_mode authmode = auth_mode::open
 
uint8_t ssid_hidden = 0
 
uint8_t max_connection = 4
 
uint16_t beacon_interval = 100
 
enum cipher_type pairwise_cipher = cipher_type::tkip_ccmp
 
bool ftm_responder = false
 
struct pmf_config pmf = {}
 
flags< sae_pwe_methodsae_pwe_h2e = {}
 

Detailed Description

Configuration for WiFi access point mode.

Definition at line 826 of file wifi.hpp.

Member Data Documentation

◆ authmode

enum auth_mode idfxx::wifi::ap_config::authmode = auth_mode::open

Authentication mode.

Definition at line 830 of file wifi.hpp.

◆ beacon_interval

uint16_t idfxx::wifi::ap_config::beacon_interval = 100

Beacon interval in milliseconds.

Definition at line 833 of file wifi.hpp.

◆ channel

uint8_t idfxx::wifi::ap_config::channel = 1

Channel number.

Definition at line 829 of file wifi.hpp.

◆ ftm_responder

bool idfxx::wifi::ap_config::ftm_responder = false

FTM responder mode enabled.

Definition at line 835 of file wifi.hpp.

◆ max_connection

uint8_t idfxx::wifi::ap_config::max_connection = 4

Maximum number of connected stations.

Definition at line 832 of file wifi.hpp.

◆ pairwise_cipher

enum cipher_type idfxx::wifi::ap_config::pairwise_cipher = cipher_type::tkip_ccmp

Pairwise cipher type.

Definition at line 834 of file wifi.hpp.

◆ password

std::string idfxx::wifi::ap_config::password

Password for the access point.

Definition at line 828 of file wifi.hpp.

◆ pmf

struct pmf_config idfxx::wifi::ap_config::pmf = {}

PMF configuration.

Definition at line 836 of file wifi.hpp.

◆ sae_pwe_h2e

flags<sae_pwe_method> idfxx::wifi::ap_config::sae_pwe_h2e = {}

SAE PWE derivation methods (empty = auto).

Definition at line 837 of file wifi.hpp.

◆ ssid

std::string idfxx::wifi::ap_config::ssid

SSID of the access point.

Definition at line 827 of file wifi.hpp.

◆ ssid_hidden

uint8_t idfxx::wifi::ap_config::ssid_hidden = 0

Whether SSID is hidden (0 = broadcast).

Definition at line 831 of file wifi.hpp.


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