esp-idf/components/wpa_supplicant
Kapil Gupta 7c2743f379 esp_wifi: Fix WPS issue for WPA3+WPA2 mode 2023-06-09 18:22:59 +05:30
..
esp_supplicant esp_wifi: Fix WPS issue for WPA3+WPA2 mode 2023-06-09 18:22:59 +05:30
include/utils
port esp_wifi: Add support for NAN Discovery and Datapath 2023-03-10 11:18:23 +05:30
src wpa_supplicant : Fix scan results for GCMP and GCMP-256 cipher. 2023-05-19 16:58:51 +08:00
test Remove -Wno-format in esp_phy, esp_wifi, wpa_supplicant components 2023-03-27 06:42:08 +00:00
CMakeLists.txt esp_wifi: WPA3-SAE support for softAP 2023-02-28 12:25:05 +08:00
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.)