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

Information about a completed scan. More...

Public Attributes

uint32_t status
 
uint8_t number
 
uint8_t scan_id
 

Detailed Description

Information about a completed scan.

Dispatched with the wifi::event_id::scan_done event.

Definition at line 1046 of file wifi.hpp.

Member Data Documentation

◆ number

uint8_t idfxx::wifi::scan_done_event_data::number

Number of APs found.

Definition at line 1048 of file wifi.hpp.

◆ scan_id

uint8_t idfxx::wifi::scan_done_event_data::scan_id

Scan ID.

Definition at line 1049 of file wifi.hpp.

◆ status

uint32_t idfxx::wifi::scan_done_event_data::status

Scan status (0 = success).

Definition at line 1047 of file wifi.hpp.


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