From 199ec4c82b5f00b17b29e010be858ac6530644f9 Mon Sep 17 00:00:00 2001 From: akshat Date: Tue, 1 Apr 2025 16:23:48 +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 4cbf475a0b..9b061ca5e4 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 a29a9a6189..30509d0016 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit a29a9a61897ce26f2d8b7720346df686bbc366f4 +Subproject commit 30509d001681285d407a8ced53d5f9e819b8a7d8