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
This commit is contained in:
akshat
2025-04-08 16:40:41 +05:30
parent 3ee14caf6b
commit c6a56d0216
2 changed files with 2 additions and 2 deletions

View File

@ -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;