esp-idf/components/wpa_supplicant/esp_supplicant/src
jgujarathi 906685898d 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-14 10:19:27 +05:30
..
crypto change(esp_wifi): Port fast_pbkdf2 implementation for mbedlts 2023-09-11 19:33:17 +05:30
esp_common_i.h fix(wifi): Fix memory leak caused by assoc IE and retry timer 2023-07-20 10:13:25 +05:30
esp_common.c fix(esp_wifi): Fix issues with extended caps IE, scan and HT40 mode 2023-09-14 10:19:27 +05:30
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-04-23 20:27:20 +05:30
esp_hostap.c fix(wifi): Bugfix ignore immediate assoc req received by AP 2023-07-15 13:53:51 +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-20 14:48:14 +05:30
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 wpa_supplicant : Fix occasional crash during btm roam. 2023-07-03 04:16:21 +00:00
esp_wifi_driver.h fix(wifi): Fix EAPOL Key TxDone callback implementation 2023-08-14 16:50:42 +05:30
esp_wpa2_i.h fix(esp_wifi): Drop Eapol msg if EAP success is not processed 2023-07-28 15:00:03 +05:30
esp_wpa2.c fix(esp_wifi): Drop Eapol msg if EAP success is not processed 2023-07-28 15:00:03 +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): Discard commit frame received at confirmed state in SAE 2023-07-18 08:09:08 +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:00:54 +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/wps_wpa3_passphrase' into 'master' 2023-09-11 10:16:53 +08:00