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

Information about a probe request received by the soft-AP. More...

Public Attributes

int rssi
 
mac_address mac
 

Detailed Description

Information about a probe request received by the soft-AP.

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

Definition at line 1108 of file wifi.hpp.

Member Data Documentation

◆ mac

mac_address idfxx::wifi::ap_probe_req_event_data::mac

MAC address of the requesting station.

Definition at line 1110 of file wifi.hpp.

◆ rssi

int idfxx::wifi::ap_probe_req_event_data::rssi

RSSI of the probe request.

Definition at line 1109 of file wifi.hpp.


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