mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-31 22:24:28 +00:00
fix(esp_wifi): Fix issues with extended caps IE, scan and HT40 mode
-Merges the addition of extended caps IE for assoc req, probe resp and beacons in a single place. This ensures that there are no duplicate Extended Caps IE in the frame. Moves the capability indication for BTM and HT20/40 from supplicant to wifi libs. -Fix issue with frequent disconections when scanning for only a single channel. -Prints error message and returns ESP_ERR_NOT_SUPPORTED in case esp32c2 tries to set bandwidth to HT40.
This commit is contained in:
@@ -1934,7 +1934,7 @@ ieee80211_vnd_lora_ie_set = 0x400020bc;
|
||||
ieee80211_add_wme_param = 0x400020c0;
|
||||
ieee80211_add_dsparams = 0x400020c4;
|
||||
ieee80211_add_csa = 0x400020c8;
|
||||
ieee80211_add_extcap = 0x400020cc;
|
||||
/*ieee80211_add_extcap = 0x400020cc;*/
|
||||
ieee80211_regdomain_get_country = 0x400020d0;
|
||||
ieee80211_add_countryie = 0x400020d4;
|
||||
ieee80211_amsdu_adjust_head = 0x400020dc;
|
||||
|
Reference in New Issue
Block a user