esp-idf/components/wpa_supplicant
Kapil Gupta bb23d783c0 Merge branch 'bugfix/sta_rejoin_softap_mode_issue' into 'master'
wpa_supplicant: Add changes to deinit sta_info correctly

Closes WIFI-4441

See merge request espressif/esp-idf!18395
2022-06-07 21:47:14 +08:00
..
esp_supplicant Merge branch 'bugfix/sta_rejoin_softap_mode_issue' into 'master' 2022-06-07 21:47:14 +08:00
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 Merge branch 'bugfix/sta_rejoin_softap_mode_issue' into 'master' 2022-06-07 21:47:14 +08:00
test ci: partially enable ut tests for esp32c2 2022-06-02 14:23:35 +08:00
CMakeLists.txt mbedtls: Remove deprecated options from mbedtls/esp_config.h 2022-05-28 10:21:06 +05:30
COPYING
Kconfig wpa_supplicant: Add WPS registrar support for softAP mode 2022-05-24 12:11:53 +05:30
README wpa_supplicant: bypass sonar checks for upstream code 2021-07-22 14:12:22 +08:00
README.md wpa_supplicant: bypass sonar checks for upstream code 2021-07-22 14:12:22 +08:00

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.)