@@ -231,6 +231,7 @@ menu "mbedTLS"
config MBEDTLS_CMAC_C
bool "Enable CMAC mode for block ciphers"
default n
+ depends on MBEDTLS_AES_C || MBEDTLS_DES_C
help
Enable the CMAC (Cipher-based Message Authentication Code) mode for
block ciphers.
@@ -3,6 +3,11 @@ menu "Supplicant"
config WPA_MBEDTLS_CRYPTO
bool "Use MbedTLS crypto APIs"
default y
+ select MBEDTLS_AES_C
+ select MBEDTLS_ECP_C
+ select MBEDTLS_ECDH_C
+ select MBEDTLS_ECDSA_C
+ select MBEDTLS_TLS_ENABLED
Select this option to use MbedTLS crypto APIs which utilize hardware acceleration.