mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
fix(wifi): fix some wifi bugs
1. fix the RX error when softAP and ESP-NOW both encrypted 2.Trigger null data frame TX before offchan channel switch.
This commit is contained in:
@@ -1720,7 +1720,7 @@ esp_wifi_internal_get_rts = 0x40001e04;
|
||||
/*esf_buf_setup = 0x40001e0c;*/
|
||||
hal_agreement_add_rx_ba = 0x40001e10;
|
||||
hal_agreement_del_rx_ba = 0x40001e14;
|
||||
hal_crypto_set_key_entry = 0x40001e18;
|
||||
/*hal_crypto_set_key_entry = 0x40001e18;*/
|
||||
hal_crypto_get_key_entry = 0x40001e1c;
|
||||
hal_crypto_clr_key_entry = 0x40001e20;
|
||||
config_get_wifi_task_stack_size = 0x40001e24;
|
||||
|
Submodule components/esp_wifi/lib updated: 115268a977...965ffdee62
Reference in New Issue
Block a user