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

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

Public Attributes

electro::dbm 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 1235 of file wifi.hpp.

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ mac

mac_address idfxx::wifi::ap_probe_req_event_data::mac

MAC address of the requesting station.

Definition at line 1237 of file wifi.hpp.

◆ rssi

electro::dbm idfxx::wifi::ap_probe_req_event_data::rssi

RSSI of the probe request.

Definition at line 1236 of file wifi.hpp.


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