esp-idf/components/wpa_supplicant
Jiang Jiang Jian 961018d882 Merge branch 'bugfix/pmkid_sha256_bug_v5.1' into 'release/v5.1'
wpa_supplicant: Fix PMKID SHA-256 related regression (Backport v5.1)

See merge request espressif/esp-idf!23494
2023-04-28 07:52:52 +08:00
..
esp_supplicant esp_supplicant: wpa pmf should be disabled 2023-04-27 20:07:30 +08:00
include/utils
port esp_wifi: Add support for NAN Discovery and Datapath 2023-03-10 11:18:23 +05:30
src wpa_supplicant: Fix PMKID SHA-256 related regression 2023-04-27 11:35:20 +05:30
test Remove -Wno-format in esp_phy, esp_wifi, wpa_supplicant components 2023-03-27 06:42:08 +00:00
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.)