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

FTM initiator session configuration. More...

Public Attributes

mac_address resp_mac
 
uint8_t channel = 0
 
uint8_t frame_count = 0
 
uint16_t burst_period = 0
 
bool use_get_report_api = false
 

Detailed Description

FTM initiator session configuration.

Definition at line 893 of file wifi.hpp.

Member Data Documentation

◆ burst_period

uint16_t idfxx::wifi::ftm_initiator_config::burst_period = 0

Burst period in 100ms units.

Definition at line 897 of file wifi.hpp.

◆ channel

uint8_t idfxx::wifi::ftm_initiator_config::channel = 0

Channel for FTM session.

Definition at line 895 of file wifi.hpp.

◆ frame_count

uint8_t idfxx::wifi::ftm_initiator_config::frame_count = 0

Number of FTM frames per burst.

Definition at line 896 of file wifi.hpp.

◆ resp_mac

mac_address idfxx::wifi::ftm_initiator_config::resp_mac

Responder MAC address.

Definition at line 894 of file wifi.hpp.

◆ use_get_report_api

bool idfxx::wifi::ftm_initiator_config::use_get_report_api = false

Use ftm_get_report() to retrieve results.

Definition at line 898 of file wifi.hpp.


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