esp-idf/components/wpa_supplicant/esp_supplicant/src
jgujarathi 3d056fd748 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.
2023-09-20 19:44:57 +08:00
..
crypto change(esp_wifi): Port fast_pbkdf2 implementation for mbedlts 2023-09-13 16:33:19 +08:00
esp_common_i.h fix(esp_wifi): Backport some wifi fixes 2023-07-21 15:06:09 +05:30
esp_common.c fix(esp_wifi): Fix issues with extended caps IE, scan and HT40 mode 2023-09-20 19:44:57 +08:00
esp_dpp_i.h wpa_supplicant/dpp: Move adding prefix/postfix of DPP key to example 2022-04-14 16:54:47 +05:30
esp_dpp.c esp_dpp: Fix retry with esp_supp_dpp_start_listen after failure 2023-05-19 17:17:18 +08:00
esp_hostap.c fix(esp_wifi): Backport some wifi fixes 2023-07-21 15:06:09 +05:30
esp_hostap.h esp_wifi: WPA3-SAE support for softAP 2023-02-28 12:25:05 +08:00
esp_hostpad_wps.c esp_wifi:Enable wpsreg to initialize in APSTA mode 2023-04-24 12:32:47 +08:00
esp_owe_i.h OWE support for station 2022-06-15 17:20:24 +05:30
esp_owe.c fix for OWE memory leak 2022-07-15 14:29:32 +05:30
esp_scan_i.h wpa_supplicant: bypass sonar checks for upstream code 2021-07-22 14:12:22 +08:00
esp_scan.c fix(wpa_supplicant) : Fix occasional crash during btm roam. 2023-07-12 10:39:05 +05:30
esp_wifi_driver.h fix(wifi): Fix EAPOL Key TxDone callback implementation 2023-08-16 19:26:22 +05:30
esp_wpa2_i.h fix(esp_wifi): Drop Eapol msg if EAP success is not processed 2023-07-28 15:11:44 +05:30
esp_wpa2.c fix(esp_wifi): Drop Eapol msg if EAP success is not processed 2023-07-28 15:11:44 +05:30
esp_wpa3_i.h esp_wifi: WPA3-SAE support for softAP 2023-02-28 12:25:05 +08:00
esp_wpa3.c fix(esp_wifi): Backport some wifi fixes 2023-07-21 15:06:09 +05:30
esp_wpa_err.h wpa_supplicant: bypass sonar checks for upstream code 2021-07-22 14:12:22 +08:00
esp_wpa_main.c esp_wifi: Make enterprise support configurable to save binary size. 2023-08-25 11:20:58 +05:30
esp_wpas_glue.c esp_wifi: WPA3-SAE support for softAP 2023-02-28 12:25:05 +08:00
esp_wpas_glue.h esp_wifi:Mandate stations to have minimum security wpa3 2022-11-30 13:01:40 +08:00
esp_wps_i.h esp_wifi: Add check for wps start state 2022-12-27 11:14:03 +05:30
esp_wps.c Merge branch 'bugfix/pbc_overlap_in_wps_pin_method_v5.1' into 'release/v5.1' 2023-09-11 12:12:29 +08:00