mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
i) wpa_supplicant: Force enable the necessary options for mbedtls in the wpa_supplicant to fix illegal combinations in mbedtls
ii) Fix dependancy for one option in mbedtls menuconfig
This commit is contained in:
parent
cdad1eaa9c
commit
e44bd93cc9
@ -231,6 +231,7 @@ menu "mbedTLS"
|
|||||||
config MBEDTLS_CMAC_C
|
config MBEDTLS_CMAC_C
|
||||||
bool "Enable CMAC mode for block ciphers"
|
bool "Enable CMAC mode for block ciphers"
|
||||||
default n
|
default n
|
||||||
|
depends on MBEDTLS_AES_C || MBEDTLS_DES_C
|
||||||
help
|
help
|
||||||
Enable the CMAC (Cipher-based Message Authentication Code) mode for
|
Enable the CMAC (Cipher-based Message Authentication Code) mode for
|
||||||
block ciphers.
|
block ciphers.
|
||||||
|
@ -3,6 +3,11 @@ menu "Supplicant"
|
|||||||
config WPA_MBEDTLS_CRYPTO
|
config WPA_MBEDTLS_CRYPTO
|
||||||
bool "Use MbedTLS crypto APIs"
|
bool "Use MbedTLS crypto APIs"
|
||||||
default y
|
default y
|
||||||
|
select MBEDTLS_AES_C
|
||||||
|
select MBEDTLS_ECP_C
|
||||||
|
select MBEDTLS_ECDH_C
|
||||||
|
select MBEDTLS_ECDSA_C
|
||||||
|
select MBEDTLS_TLS_ENABLED
|
||||||
help
|
help
|
||||||
Select this option to use MbedTLS crypto APIs which utilize hardware acceleration.
|
Select this option to use MbedTLS crypto APIs which utilize hardware acceleration.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user