esp-idf/components/wpa_supplicant
Shreyas Sheth 28e046d200 esp_wifi: Bugfix wpsreg AP not responding to assoc req
Fixed regression caused by 2b8e40e7
2023-06-02 02:07:55 +00:00
..
esp_supplicant esp_wifi: Bugfix wpsreg AP not responding to assoc req 2023-06-02 02:07:55 +00:00
include/utils
port
src Merge branch 'bugfix/mbo_ie_absent_prob_req' into 'master' 2023-05-19 16:58:12 +08:00
test
CMakeLists.txt
COPYING
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 ESP_WIFI_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.)