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:
Nachiket Kukade
2024-12-06 10:07:14 +05:30
parent ce7ec7f19f
commit f67f287004
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;