From d4d3d658985ae994a4b53aec8689e078d97f5871 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Tue, 21 Jun 2022 19:18:28 +0800 Subject: [PATCH] esp_wifi: fix esp32c2 owe support --- components/esp_rom/esp32c2/ld/esp32c2.rom.ld | 2 +- components/esp_wifi/lib | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/esp_rom/esp32c2/ld/esp32c2.rom.ld b/components/esp_rom/esp32c2/ld/esp32c2.rom.ld index 086090f6d7..0bdfdd066f 100644 --- a/components/esp_rom/esp32c2/ld/esp32c2.rom.ld +++ b/components/esp_rom/esp32c2/ld/esp32c2.rom.ld @@ -2099,7 +2099,7 @@ current_task_is_wifi_task = 0x40002084; wifi_get_init_state = 0x40002088; ieee80211_timer_process = 0x4000208c; cnx_coexist_timeout = 0x40002090; -sta_recv_mgmt = 0x40002094; +/* sta_recv_mgmt = 0x40002094;*/ ieee80211_send_setup = 0x40002098; ieee80211_send_probereq = 0x4000209c; sta_auth_shared = 0x400020a4; diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index ec0327abd2..1b6c3b8810 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit ec0327abd2d420062224d3a741f3cfd394bd8aae +Subproject commit 1b6c3b8810bba32e5446b269ad5fcf61a25255c1