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

Single FTM report measurement entry. More...

Public Attributes

uint8_t dlog_token
 
int8_t rssi
 
uint32_t rtt
 
uint64_t t1
 
uint64_t t2
 
uint64_t t3
 
uint64_t t4
 

Detailed Description

Single FTM report measurement entry.

Definition at line 744 of file wifi.hpp.

Member Data Documentation

◆ dlog_token

uint8_t idfxx::wifi::ftm_report_entry::dlog_token

Dialog token.

Definition at line 745 of file wifi.hpp.

◆ rssi

int8_t idfxx::wifi::ftm_report_entry::rssi

RSSI of the FTM frame.

Definition at line 746 of file wifi.hpp.

◆ rtt

uint32_t idfxx::wifi::ftm_report_entry::rtt

Round-trip time in picoseconds.

Definition at line 747 of file wifi.hpp.

◆ t1

uint64_t idfxx::wifi::ftm_report_entry::t1

Timestamp T1.

Definition at line 748 of file wifi.hpp.

◆ t2

uint64_t idfxx::wifi::ftm_report_entry::t2

Timestamp T2.

Definition at line 749 of file wifi.hpp.

◆ t3

uint64_t idfxx::wifi::ftm_report_entry::t3

Timestamp T3.

Definition at line 750 of file wifi.hpp.

◆ t4

uint64_t idfxx::wifi::ftm_report_entry::t4

Timestamp T4.

Definition at line 751 of file wifi.hpp.


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