From f67f287004bb3e7564d01e1c97cf5498308a3adc Mon Sep 17 00:00:00 2001 From: Nachiket Kukade Date: Fri, 6 Dec 2024 10:07:14 +0530 Subject: [PATCH] feat(esp_wifi): Add DS parameter in probe requests from STA Parse the DS IE to get intended channel when softAP rx request, send probe response only if request is intended for the channel --- 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 e1851538f7..1687f5a507 100644 --- a/components/esp_rom/esp32c2/ld/esp32c2.rom.ld +++ b/components/esp_rom/esp32c2/ld/esp32c2.rom.ld @@ -922,7 +922,7 @@ cnx_assoc_timeout = 0x400020b4; ieee80211_vnd_ie_set = 0x400020b8; ieee80211_vnd_lora_ie_set = 0x400020bc; ieee80211_add_wme_param = 0x400020c0; -ieee80211_add_dsparams = 0x400020c4; +/*ieee80211_add_dsparams = 0x400020c4;*/ ieee80211_add_csa = 0x400020c8; /*ieee80211_add_extcap = 0x400020cc;*/ ieee80211_regdomain_get_country = 0x400020d0; diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 779ab6d361..7ddafa526a 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 779ab6d361654eaec11200001467b3fd55a8b28e +Subproject commit 7ddafa526a3e22ec8fc69b41858e48038dcc6908