esp-idf/components/esp_wifi
Sarvesh Bodakhe ec09cdf885 feat(wpa_supplicant): Add TLS v1.3 support for WiFi enterprise
* Add TLS v1.3 support for following EAP methods:
  - EAP-TLS  (RFC 9190)
  - EAP-PEAP (RFC 9427)
  - EAP-TTLS (RFC 9427)
* Add mbedtls porting for TLS v1.3 exporter (RFC 8446 Section 7.5)
* Add new Kconfig flag to enable TLS v1.3 for EAP methods
* Advertise TLS v1.3 signature algorithms if TLS 1.3 is enabled for EAP
  methods
* Advertise TLS v1.3 cipher suites if CONFIG_ESP_WIFI_EAP_TLS1_3 enabled
* Add support to Ack protected success indication
  (workaround for EAP-TLS 1.3 and 1.2 compatibilty)
2024-03-20 09:33:52 +05:30
..
esp32 fix(wifi): fixed the spiram malloc issue in wifi mesh 2024-03-12 15:37:32 +08:00
esp32c2 feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
esp32c3 feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
esp32c6 feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
esp32s2 fix(wifi): fixed the spiram malloc issue in wifi mesh 2024-03-12 15:37:32 +08:00
esp32s3 fix(wifi): fixed the spiram malloc issue in wifi mesh 2024-03-12 15:37:32 +08:00
include feat(esp_wifi): Update Wi-Fi WPA3 authmodes as per WPA Specification v3.3 2024-03-19 11:33:55 +05:30
lib@b69a2fe273 feat(esp_wifi): Update Wi-Fi WPA3 authmodes as per WPA Specification v3.3 2024-03-19 11:33:55 +05:30
src feat(esp_wifi): Refactor and improve FTM code 2024-03-18 22:01:36 +08:00
test_apps ci: fix wifi function test markers 2024-01-16 17:12:59 +08:00
test_md5 feat(wifi): Sync public header files between ESP-IDF and Wi-Fi driver 2024-02-01 12:17:43 +01:00
wifi_apps fix(esp_wifi): Fix crash while stopping NAN 2023-12-27 10:24:06 +08:00
CMakeLists.txt fix(esp_wifi): Support for esp_wifi_remote 2024-02-01 12:17:43 +01:00
Kconfig feat(wpa_supplicant): Add TLS v1.3 support for WiFi enterprise 2024-03-20 09:33:52 +05:30
linker.lf feat(wifi): optimize esp32c6 iperf performance 2023-09-04 14:34:54 +08:00
sdkconfig.rename esp_coex: correct Kconfig name 2023-02-26 06:58:18 +00:00