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