wifi_csi_config_t is only used within ESP-IDF.
 
Symbols
loading (3/5)...
Files
loading (4/5)...
SummarySyntaxRelatedReferencesInstances

Fields

Field
Declared as
Description
bool
enable to receive legacy long training field(lltf) data. Default enabled.
bool
enable to receive HT long training field(htltf) data. Default enabled.
bool
enable to receive space time block code HT long training field(stbc-htltf2) data. Default enabled.
bool
enable to generate htlft data by averaging lltf and ht_ltf data when receiving HT packet. Otherwise, use ht_ltf data directly. Default enabled.
bool
enable to turn on channel filter to smooth adjacent sub-carrier. Disable it to keep independence of adjacent sub-carrier. Default enabled.
bool
manually scale the CSI data by left shifting or automatically scale the CSI data. If set true, please set the shift bits. false: automatically. true: manually. Default false.
uint8_t
manually left shift bits of the scale of the CSI data. The range of the left shift bits is 0~15.
bool
enable to dump 802.11 ACK frame, default disabled.