esp-idf/components/wpa_supplicant
Shreyas Sheth 2ac6e7345f fix(wpa_supplicant): Compile error when CONFIG_SAE is disabled
Closes https://github.com/espressif/esp-idf/issues/13553
2024-04-11 11:18:58 +05:30
..
esp_supplicant fix(wpa_supplicant): Compile error when CONFIG_SAE is disabled 2024-04-11 11:18:58 +05:30
include/utils
port
src fix(esp_wifi): Fix crash when assoc req comes before confirm is processed 2024-04-03 00:04:14 +05:30
test
CMakeLists.txt fix(esp_wifi): Reduce memory footprint for scan when SAE-PK is enabled 2024-03-13 10:48:07 +05:30
COPYING
README
README.md
linker.lf fix(wifi): Add support to move supplicant BSS to external memory 2024-01-27 10:54:26 +05:30

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