esp-idf/components/wpa_supplicant
Kapil Gupta 73bd4ea619 Merge branch 'bugfix/sta_set_extra_ies_for_open_AP' into 'master'
esp_wifi: STA set extra IEs for open AP

Closes WIFI-5012

See merge request espressif/esp-idf!21292
2022-11-30 22:28:03 +08:00
..
esp_supplicant Merge branch 'bugfix/sta_set_extra_ies_for_open_AP' into 'master' 2022-11-30 22:28:03 +08:00
include/utils
port
src esp_wifi:Mandate stations to have minimum security wpa3 2022-11-30 13:01:40 +08:00
test ci: Disable all currently failed target tests for esp32c6 2022-11-28 12:09:08 +08:00
CMakeLists.txt
COPYING
Kconfig
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.)