esp-idf/components/wpa_supplicant
Kapil Gupta f46518e42e esp_wifi: Fix WPS issue for WPA3+WPA2 mode 2023-06-09 18:06:56 +05:30
..
esp_supplicant esp_wifi: Fix WPS issue for WPA3+WPA2 mode 2023-06-09 18:06:56 +05:30
include/utils
port esp_wifi: WPA3 SAE H2E support for station 2022-08-18 02:55:51 +05:30
src wpa_supplicant : Fix scan results for GCMP and GCMP-256 cipher. 2023-06-07 10:22:03 +05:30
test esp_wifi: WPA3 SAE H2E support for station 2022-08-18 02:55:51 +05:30
CMakeLists.txt wpa_supplicant: Move SAE modules into dragonfly files 2022-10-17 17:54:02 +05:30
COPYING
Kconfig
README
README.md
component.mk esp_wifi: WPA3 SAE H2E support for station 2022-08-18 02:55:51 +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 WPA_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.)