esp-idf/components/wpa_supplicant
Kapil Gupta 4dedd3e69d fix(wifi): Fix static analyzer warning for WPS code 2023-10-17 10:03:39 +05:30
..
esp_supplicant fix(wifi): Fix static analyzer warning for WPS code 2023-10-17 10:03:39 +05:30
include/utils
port
src fix(wpa_supplicant): Fix few dpp bugs 2023-10-12 13:51:27 +00:00
test_apps
CMakeLists.txt
COPYING
README
README.md

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.)