hostap: Fix missing dependencies for PSA
Due to a bug in Kconfig, both legacy and PSA crypto were enabled earlier, so, the dependencies for PSA were missed as they were provided by legacy. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
parent
c8d0e5f5fc
commit
a9e282c285
|
@ -104,6 +104,8 @@ config WIFI_NM_WPA_SUPPLICANT_CRYPTO_PSA
|
|||
select MBEDTLS_CIPHER_MODE_CTR
|
||||
select MBEDTLS_CIPHER_MODE_CBC
|
||||
select MBEDTLS_SSL_TLS_C
|
||||
select MBEDTLS_ECP_C
|
||||
select MBEDTLS_CTR_DRBG_C
|
||||
select MBEDTLS_KEY_EXCHANGE_ALL_ENABLED
|
||||
select MBEDTLS_KEY_EXCHANGE_ECDHE_PSK_ENABLED
|
||||
select MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED
|
||||
|
|
Loading…
Reference in New Issue