esp-idf/components/wpa_supplicant
Jiang Jiang Jian 5f969c71be Merge branch 'bugfix/dpp_auth_deinit_crash' into 'master'
Fix issues with DPP stop listen and DPP auth data deinit

Closes WIFIBUG-443, WIFIBUG-442, WIFIBUG-421, and WIFIBUG-423

See merge request espressif/esp-idf!29404
2024-03-19 17:36:28 +08:00
..
esp_supplicant Merge branch 'bugfix/dpp_auth_deinit_crash' into 'master' 2024-03-19 17:36:28 +08:00
include/utils
port
src fix(wifi): Avoid dereferencing a dangling function pointer in WPS supplicant 2024-03-18 12:43:38 +05:30
test_apps
CMakeLists.txt
COPYING
README
README.md
linker.lf

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