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 1154 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 1159 of file wifi.hpp.

◆ entries

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

Individual measurement entries.

Definition at line 1160 of file wifi.hpp.

◆ peer_mac

mac_address idfxx::wifi::ftm_report_event_data::peer_mac

Peer MAC address.

Definition at line 1155 of file wifi.hpp.

◆ rtt_est

uint32_t idfxx::wifi::ftm_report_event_data::rtt_est

Estimated round-trip time (picoseconds).

Definition at line 1158 of file wifi.hpp.

◆ rtt_raw

uint32_t idfxx::wifi::ftm_report_event_data::rtt_raw

Raw round-trip time (picoseconds).

Definition at line 1157 of file wifi.hpp.

◆ status

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

FTM session status.

Definition at line 1156 of file wifi.hpp.


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