fix(wifi): fix some wifi bugs 20231214

1. add support for espnow to seet dcm rate
2. bugfix: fix csi info is not correct
3. feature: add support for establishing over 4 rx ba sessions
4. sniffer: modified rx error dump in sniffer mode
5. fix(itwt): fix when receiving the twt setup response frame, twt tx cb has not yet been called
6. itwt: fix itwt information frame format is not correct when suspend time is 0
7. update esp_wifi_crypto_types.h
8. sta not pmf capable when ap requires should reject profile
9. fix softap set config issue
10. allow some special igtk keyindex to workaround faulty APs
11. fix psram enabled but initialized fail issue
12. add missing header files for wifi files
13. feat(wifi/vendor): get more wifi information in csi rx callback
This commit is contained in:
zhangyanjiao 2023-09-08 11:46:12 +08:00 committed by BOT
parent 796f315f6b
commit 24da38f63c
2 changed files with 4 additions and 1 deletions

View File

@ -576,6 +576,9 @@ typedef struct {
bool first_word_invalid; /**< first four bytes of the CSI data is invalid or not, true indicates the first four bytes is invalid due to hardware limition */
int8_t *buf; /**< valid buffer of CSI data */
uint16_t len; /**< valid length of CSI data */
uint8_t *hdr; /**< header of the wifi packet */
uint8_t *payload; /**< payload of the wifi packet */
uint16_t payload_len; /**< payload len of the wifi packet */
} wifi_csi_info_t;
/**

@ -1 +1 @@
Subproject commit b9944486f94cb80c5ec8a1fac2bbc9a6dcae8d6a
Subproject commit 9bb605e822e5fa473448aa6a80b740e09c3c8df2