2018-07-10 13:31:28 +05:30
|
|
|
set(COMPONENT_SRCDIRS src/crypto port src/fast_crypto src/wpa2/eap_peer src/wpa2/tls src/wpa2/utils src/wps)
|
2018-01-19 16:22:08 +11:00
|
|
|
set(COMPONENT_ADD_INCLUDEDIRS include port/include)
|
2018-01-12 13:49:13 +11:00
|
|
|
|
2018-03-22 17:27:10 +11:00
|
|
|
set(COMPONENT_REQUIRES "")
|
2018-06-06 16:14:03 +10:00
|
|
|
set(COMPONENT_PRIV_REQUIRES mbedtls)
|
2018-03-22 17:27:10 +11:00
|
|
|
|
2018-01-12 13:49:13 +11:00
|
|
|
register_component()
|
|
|
|
|
2018-02-22 15:05:05 +11:00
|
|
|
component_compile_options(-Wno-strict-aliasing)
|
2018-05-30 17:41:35 +10:00
|
|
|
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
|
|
|
|
)
|