From c6a56d0216b1b3ea2a91bf6621d00c56bbe1ee65 Mon Sep 17 00:00:00 2001 From: akshat Date: Tue, 8 Apr 2025 16:40:41 +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 75bd2a0d49..5bbbb2c380 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 b5c094995b..76ee3bdee6 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit b5c094995bbe6d786bb563c991475d3970727b9b +Subproject commit 76ee3bdee6d7fd13a803ac22bc0b236f0b1f7497