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

Information about an FTM report. More...

Public Attributes

mac_address peer_mac
 
enum ftm_status status
 
uint32_t rtt_raw
 
uint32_t rtt_est
 
uint32_t dist_est
 
std::vector< ftm_report_entryentries
 

Detailed Description

Information about an FTM report.

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

Definition at line 1202 of file wifi.hpp.

Member Data Documentation

◆ dist_est

uint32_t idfxx::wifi::ftm_report_event_data::dist_est

Estimated distance (centimeters).

Definition at line 1207 of file wifi.hpp.

◆ entries

std::vector<ftm_report_entry> idfxx::wifi::ftm_report_event_data::entries

Individual measurement entries.

Definition at line 1208 of file wifi.hpp.

◆ peer_mac

mac_address idfxx::wifi::ftm_report_event_data::peer_mac

Peer MAC address.

Definition at line 1203 of file wifi.hpp.

◆ rtt_est

uint32_t idfxx::wifi::ftm_report_event_data::rtt_est

Estimated round-trip time (picoseconds).

Definition at line 1206 of file wifi.hpp.

◆ rtt_raw

uint32_t idfxx::wifi::ftm_report_event_data::rtt_raw

Raw round-trip time (picoseconds).

Definition at line 1205 of file wifi.hpp.

◆ status

enum ftm_status idfxx::wifi::ftm_report_event_data::status

FTM session status.

Definition at line 1204 of file wifi.hpp.


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