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 Member Functions

constexpr bool operator== (const scan_default_params &) const noexcept=default
 

Public Attributes

std::chrono::milliseconds active_scan_min {0}
 
std::chrono::milliseconds active_scan_max {120}
 
std::chrono::milliseconds passive_scan {360}
 
std::chrono::milliseconds home_chan_dwell_time {30}
 

Detailed Description

Default scan timing parameters.

Definition at line 905 of file wifi.hpp.

Member Function Documentation

◆ operator==()

constexpr bool idfxx::wifi::scan_default_params::operator== ( const scan_default_params ) const
constexprdefaultnoexcept

Member Data Documentation

◆ active_scan_max

std::chrono::milliseconds idfxx::wifi::scan_default_params::active_scan_max {120}

Maximum active scan time per channel.

Definition at line 907 of file wifi.hpp.

◆ active_scan_min

std::chrono::milliseconds idfxx::wifi::scan_default_params::active_scan_min {0}

Minimum active scan time per channel.

Definition at line 906 of file wifi.hpp.

◆ home_chan_dwell_time

std::chrono::milliseconds idfxx::wifi::scan_default_params::home_chan_dwell_time {30}

Home channel dwell time (max 255 ms).

Definition at line 909 of file wifi.hpp.

◆ passive_scan

std::chrono::milliseconds idfxx::wifi::scan_default_params::passive_scan {360}

Passive scan time per channel.

Definition at line 908 of file wifi.hpp.


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