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

WiFi country configuration. More...

Public Attributes

std::array< char, 3 > cc = {'0', '1', '\0'}
 
uint8_t start_channel = 1
 
uint8_t num_channels = 11
 
int8_t max_tx_power = 20
 
enum country_policy policy = country_policy::auto_policy
 

Detailed Description

WiFi country configuration.

Definition at line 681 of file wifi.hpp.

Member Data Documentation

◆ cc

std::array<char, 3> idfxx::wifi::country_config::cc = {'0', '1', '\0'}

Country code string.

Definition at line 682 of file wifi.hpp.

◆ max_tx_power

int8_t idfxx::wifi::country_config::max_tx_power = 20

Maximum TX power (dBm).

Definition at line 685 of file wifi.hpp.

◆ num_channels

uint8_t idfxx::wifi::country_config::num_channels = 11

Number of channels.

Definition at line 684 of file wifi.hpp.

◆ policy

enum country_policy idfxx::wifi::country_config::policy = country_policy::auto_policy

Country policy.

Definition at line 686 of file wifi.hpp.

◆ start_channel

uint8_t idfxx::wifi::country_config::start_channel = 1

Start channel.

Definition at line 683 of file wifi.hpp.


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