mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
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:
@ -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: a29a9a6189...30509d0016
Reference in New Issue
Block a user