esp-idf/components/wpa_supplicant
Jiang Jiang Jian 3cad41ee77 Merge branch 'bugfix/wpa3_softap_supplicant_coverity_fixes' into 'master'
esp_wifi: Fix some SAE SoftAP issues

Closes WIFI-5493, WIFI-5498, IDF-7028, WIFI-5516, and WIFI-5515

See merge request espressif/esp-idf!22574
2023-03-13 10:33:27 +08:00
..
esp_supplicant Merge branch 'bugfix/wpa3_softap_supplicant_coverity_fixes' into 'master' 2023-03-13 10:33:27 +08:00
include/utils
port esp_wifi: Add support for NAN Discovery and Datapath 2023-03-10 11:18:23 +05:30
src Merge branch 'bugfix/wpa3_softap_supplicant_coverity_fixes' into 'master' 2023-03-13 10:33:27 +08:00
test esp_wifi: WPA3-SAE support for softAP 2023-02-28 12:25:05 +08:00
CMakeLists.txt esp_wifi: WPA3-SAE support for softAP 2023-02-28 12:25:05 +08:00
COPYING
README
README.md esp_wifi: Merge wpa_supplicant and esp_wifi Kconfig 2023-02-11 07:38:45 +08:00

README.md

'wpa_supplicant'

This component contains the upstream wpa_supplicant ported for ESP family of platforms. The code is tightly coupled with esp_wifi component which has ESP WiFi libraries and header files that are used in ported supplicant.

ESP uses MbedTLS as crypto library therefore MbedTLS component is also required for some features to work(see ESP_WIFI_MBEDTLS_CRYPTO).

To port it for different OS, esp_wifi and wpa_supplicant should be picked up a whole system(preferably with MbedTLS if we want all features to work.)