|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
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 |
CSI (Channel State Information) configuration.
The fields of this struct differ by target, mirroring ESP-IDF's wifi_csi_config_t:
wifi_csi_acquire_config_t, which itself has two variants selected by SOC_WIFI_MAC_VERSION_NUM. Users writing HE-target CSI code should consult the ESP-IDF API reference for the meaning of each acquire_csi_* field.| uint8_t idfxx::wifi::csi_config::shift = 0 |