mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 02:37:19 +02:00
fix(wifi): fixed sniffer and espnow issue
1. fix(wifi): fixed sniffer dump fcs error packets fail Closes https://github.com/espressif/esp-idf/issues/10777 2. fix(wifi): fixed the espnow priv parameter get error Closes https://github.com/espressif/esp-idf/issues/13693
This commit is contained in:
@ -1655,7 +1655,7 @@ hal_sniffer_enable = 0x40001eec;
|
||||
hal_sniffer_disable = 0x40001ef0;
|
||||
/*hal_sniffer_rx_set_promis = 0x40001ef4;*/
|
||||
hal_sniffer_rx_clr_statistics = 0x40001ef8;
|
||||
hal_sniffer_set_promis_misc_pkt = 0x40001efc;
|
||||
/*hal_sniffer_set_promis_misc_pkt = 0x40001efc;*/
|
||||
tsf_hal_set_tsf_enable = 0x40001f00;
|
||||
tsf_hal_set_tsf_disable = 0x40001f04;
|
||||
tsf_hal_is_tsf_enabled = 0x40001f08;
|
||||
|
@ -31,7 +31,7 @@ rcUpdateTxDone = 0x4000177c;
|
||||
wDevCheckBlockError = 0x400017b4;
|
||||
/* wDev_IndicateFrame = 0x400017c8;*/
|
||||
wDev_ProcessFiq = 0x400017f0;
|
||||
wDev_ProcessRxSucData = 0x400017f4;
|
||||
/*wDev_ProcessRxSucData = 0x400017f4;*/
|
||||
/*ppProcTxDone = 0x40001804;*/
|
||||
pm_tx_data_done_process = 0x40001808;
|
||||
ppMapWaitTxq = 0x40001810;
|
||||
|
Submodule components/esp_wifi/lib updated: 8fd22ddcaf...11a226dcb4
Reference in New Issue
Block a user