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

Default scan timing parameters. More...

Public Attributes

uint32_t active_scan_min_ms = 0
 
uint32_t active_scan_max_ms = 120
 
uint32_t passive_scan_ms = 360
 
uint8_t home_chan_dwell_time_ms = 30
 

Detailed Description

Default scan timing parameters.

Definition at line 855 of file wifi.hpp.

Member Data Documentation

◆ active_scan_max_ms

uint32_t idfxx::wifi::scan_default_params::active_scan_max_ms = 120

Maximum active scan time per channel (ms).

Definition at line 857 of file wifi.hpp.

◆ active_scan_min_ms

uint32_t idfxx::wifi::scan_default_params::active_scan_min_ms = 0

Minimum active scan time per channel (ms).

Definition at line 856 of file wifi.hpp.

◆ home_chan_dwell_time_ms

uint8_t idfxx::wifi::scan_default_params::home_chan_dwell_time_ms = 30

Home channel dwell time (ms).

Definition at line 859 of file wifi.hpp.

◆ passive_scan_ms

uint32_t idfxx::wifi::scan_default_params::passive_scan_ms = 360

Passive scan time per channel (ms).

Definition at line 858 of file wifi.hpp.


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