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

CSI (Channel State Information) configuration. More...

Public Attributes

bool lltf_en = true
 
bool htltf_en = true
 
bool stbc_htltf2_en = true
 
bool ltf_merge_en = true
 
bool channel_filter_en = true
 
bool manu_scale = false
 
uint8_t shift = 0
 
bool dump_ack_en = false
 

Detailed Description

CSI (Channel State Information) configuration.

Definition at line 905 of file wifi.hpp.

Member Data Documentation

◆ channel_filter_en

bool idfxx::wifi::csi_config::channel_filter_en = true

Enable channel filter.

Definition at line 910 of file wifi.hpp.

◆ dump_ack_en

bool idfxx::wifi::csi_config::dump_ack_en = false

Enable dumping ACK frames.

Definition at line 913 of file wifi.hpp.

◆ htltf_en

bool idfxx::wifi::csi_config::htltf_en = true

Enable receiving HT long training field.

Definition at line 907 of file wifi.hpp.

◆ lltf_en

bool idfxx::wifi::csi_config::lltf_en = true

Enable receiving legacy long training field.

Definition at line 906 of file wifi.hpp.

◆ ltf_merge_en

bool idfxx::wifi::csi_config::ltf_merge_en = true

Enable LTF merging.

Definition at line 909 of file wifi.hpp.

◆ manu_scale

bool idfxx::wifi::csi_config::manu_scale = false

Manually scale CSI data.

Definition at line 911 of file wifi.hpp.

◆ shift

uint8_t idfxx::wifi::csi_config::shift = 0

Manual scale shift value.

Definition at line 912 of file wifi.hpp.

◆ stbc_htltf2_en

bool idfxx::wifi::csi_config::stbc_htltf2_en = true

Enable receiving STBC HT-LTF2.

Definition at line 908 of file wifi.hpp.


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