esp-idf/components/wpa_supplicant
Shreyas Sheth 756b46ca96 esp_wifi: WPA3 SAE H2E support for station
Mandate sta threshold wpa3 for ssid after receiving transition disable
bit from AP
2022-08-18 02:55:51 +05:30
..
esp_supplicant esp_wifi: WPA3 SAE H2E support for station 2022-08-18 02:55:51 +05:30
include/utils
port esp_wifi: WPA3 SAE H2E support for station 2022-08-18 02:55:51 +05:30
src esp_wifi: WPA3 SAE H2E support for station 2022-08-18 02:55:51 +05:30
test esp_wifi: WPA3 SAE H2E support for station 2022-08-18 02:55:51 +05:30
CMakeLists.txt esp_wifi: WPA3 SAE H2E support for station 2022-08-18 02:55:51 +05:30
COPYING
Kconfig esp_example: Enable MbedTLS for DPP enrollee by default 2022-04-20 10:08:45 +00:00
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.)