mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-07 21:47:21 +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:
@@ -261,6 +261,7 @@
|
||||
#define WLAN_RSNX_CAPAB_SAE_H2E 5
|
||||
#define WLAN_RSNX_CAPAB_SAE_PK 6
|
||||
|
||||
#define WLAN_EXT_CAPAB_20_40_COEX 0
|
||||
#define WLAN_EXT_CAPAB_BSS_TRANSITION 19
|
||||
|
||||
/* Action frame categories (IEEE Std 802.11-2016, 9.4.1.11, Table 9-76) */
|
||||
|
Reference in New Issue
Block a user