Merge branch 'feature/add_ds_param_in_probe_req_v5.4' into 'release/v5.4'

Add DS parameter in probe requests from STA (Backport v5.4)

See merge request espressif/esp-idf!38310
This commit is contained in:
Jiang Jiang Jian
2025-04-10 13:53:22 +08:00
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;