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

Configuration for a WiFi scan operation. More...

Public Attributes

std::string ssid
 
uint8_t channel = 0
 
bool show_hidden = false
 
enum scan_type scan_type = scan_type::active
 

Detailed Description

Configuration for a WiFi scan operation.

Definition at line 844 of file wifi.hpp.

Member Data Documentation

◆ channel

uint8_t idfxx::wifi::scan_config::channel = 0

Channel to scan (0 = all).

Definition at line 846 of file wifi.hpp.

◆ scan_type

enum scan_type idfxx::wifi::scan_config::scan_type = scan_type::active

Active or passive scan.

Definition at line 848 of file wifi.hpp.

◆ show_hidden

bool idfxx::wifi::scan_config::show_hidden = false

Include hidden networks.

Definition at line 847 of file wifi.hpp.

◆ ssid

std::string idfxx::wifi::scan_config::ssid

SSID to filter for (empty = all).

Definition at line 845 of file wifi.hpp.


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