mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 10:39:11 -04:00
Merge branch 'feat/support_dump_ack_csi_v5.1' into 'release/v5.1'
feat(wifi): support dump 802.11 ACK frame for CSI (Backport v5.1) See merge request espressif/esp-idf!28272
This commit is contained in:
commit
efa71e8711
@ -54,7 +54,8 @@ typedef struct {
|
|||||||
1- acquire the complete HE-LTF2
|
1- acquire the complete HE-LTF2
|
||||||
2- sample evenly among the HE-LTF1 and HE-LTF2 */
|
2- sample evenly among the HE-LTF1 and HE-LTF2 */
|
||||||
uint32_t val_scale_cfg : 2; /**< value 0-3 */
|
uint32_t val_scale_cfg : 2; /**< value 0-3 */
|
||||||
uint32_t reserved : 20; /**< reserved */
|
uint32_t dump_ack_en : 1; /**< enable to dump 802.11 ACK frame, default disabled */
|
||||||
|
uint32_t reserved : 19; /**< reserved */
|
||||||
} wifi_csi_acquire_config_t;
|
} wifi_csi_acquire_config_t;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -562,6 +562,7 @@ typedef struct {
|
|||||||
bool channel_filter_en; /**< enable to turn on channel filter to smooth adjacent sub-carrier. Disable it to keep independence of adjacent sub-carrier. Default enabled */
|
bool channel_filter_en; /**< enable to turn on channel filter to smooth adjacent sub-carrier. Disable it to keep independence of adjacent sub-carrier. Default enabled */
|
||||||
bool manu_scale; /**< 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 */
|
bool manu_scale; /**< 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 shift; /**< manually left shift bits of the scale of the CSI data. The range of the left shift bits is 0~15 */
|
uint8_t shift; /**< manually left shift bits of the scale of the CSI data. The range of the left shift bits is 0~15 */
|
||||||
|
bool dump_ack_en; /**< enable to dump 802.11 ACK frame, default disabled */
|
||||||
} wifi_csi_config_t;
|
} wifi_csi_config_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit e2e43adb60a8be990ab71f0dab1d2899308e2454
|
Subproject commit efd78a6ea06829988a335b1914b5399fdef191f1
|
Loading…
x
Reference in New Issue
Block a user