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

Member Data Documentation

◆ dlog_token

uint8_t idfxx::wifi::ftm_report_entry::dlog_token

Dialog token.

Definition at line 772 of file wifi.hpp.

◆ rssi

int8_t idfxx::wifi::ftm_report_entry::rssi

RSSI of the FTM frame.

Definition at line 773 of file wifi.hpp.

◆ rtt

uint32_t idfxx::wifi::ftm_report_entry::rtt

Round-trip time in picoseconds.

Definition at line 774 of file wifi.hpp.

◆ t1

uint64_t idfxx::wifi::ftm_report_entry::t1

Timestamp T1.

Definition at line 775 of file wifi.hpp.

◆ t2

uint64_t idfxx::wifi::ftm_report_entry::t2

Timestamp T2.

Definition at line 776 of file wifi.hpp.

◆ t3

uint64_t idfxx::wifi::ftm_report_entry::t3

Timestamp T3.

Definition at line 777 of file wifi.hpp.

◆ t4

uint64_t idfxx::wifi::ftm_report_entry::t4

Timestamp T4.

Definition at line 778 of file wifi.hpp.


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