Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_rx_error_for_softap_add_espnow' into 'master'
Browse files Browse the repository at this point in the history
fix(wifi): fix the RX error when softAP/station and ESP-NOW both encrypted

Closes WIFI-4116

See merge request espressif/esp-idf!24996
  • Loading branch information
jack0c committed Jul 26, 2023
2 parents aa6a8b7 + a33a78f commit ad99c16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/esp_rom/esp32c2/ld/esp32c2.rom.ld
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ad99c16

Please sign in to comment.