esp-idf/components/wpa_supplicant
Jiang Jiang Jian 5f9bbf71fe Merge branch 'feature/sae_sta_h2e' into 'master'
SAE H2E support for STA

See merge request espressif/esp-idf!17860
2022-06-20 23:52:08 +08:00
..
esp_supplicant esp_wifi: WPA3 SAE H2E support for station 2022-06-20 18:51:11 +05:30
include/utils wpa_supplicant: Add WPS registrar support for softAP mode 2022-05-24 12:11:53 +05:30
port Remove strcpy/strncpy function callings from supplicant 2022-06-06 11:03:35 +05:30
src esp_wifi: WPA3 SAE H2E support for station 2022-06-20 18:51:11 +05:30
test esp_wifi: WPA3 SAE H2E support for station 2022-06-20 18:51:11 +05:30
CMakeLists.txt OWE support for station 2022-06-15 17:20:24 +05:30
COPYING
Kconfig esp_wifi: esp32c2 does not support wapi. 2022-06-20 11:42:12 +08:00
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 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.)