mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fdfe38a779
Closes: https://github.com/espressif/esp-idf/issues/2168 Signed-off-by: Mahavir Jain <mahavir@espressif.com>
26 lines
568 B
CMake
26 lines
568 B
CMake
set(COMPONENT_SRCDIRS src/crypto port src/fast_crypto src/wpa2/eap_peer src/wpa2/tls src/wpa2/utils src/wps)
|
|
set(COMPONENT_ADD_INCLUDEDIRS include port/include)
|
|
|
|
set(COMPONENT_REQUIRES "")
|
|
set(COMPONENT_PRIV_REQUIRES mbedtls)
|
|
|
|
register_component()
|
|
|
|
component_compile_options(-Wno-strict-aliasing)
|
|
component_compile_definitions(
|
|
__ets__
|
|
EMBEDDED_SUPP
|
|
IEEE8021X_EAPOL
|
|
EAP_PEER_METHOD
|
|
EAP_MSCHAPv2
|
|
EAP_TTLS
|
|
EAP_TLS
|
|
EAP_PEAP
|
|
USE_WPA2_TASK
|
|
CONFIG_WPS2
|
|
CONFIG_WPS_PIN
|
|
USE_WPS_TASK
|
|
ESPRESSIF_USE
|
|
ESP32_WORKAROUND
|
|
)
|