mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
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:
@ -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;
|
||||
|
Submodule components/esp_wifi/lib updated: b5c094995b...76ee3bdee6
Reference in New Issue
Block a user