Skip to content

Commit 3833566

Browse files
rado17kapbh
authored andcommitted
[nrf fromtree] modules: hostap: Enable SHA384 support
Enable MBEDTLS_SHA384 support to use of RSA3K + Suite-B, that is required by WPA3-Enterprise. Signed-off-by: Ravi Dondaputi <[email protected]> (cherry picked from commit 4bab37e)
1 parent 7ccbc9f commit 3833566

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/hostap/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ config WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT
131131
select MBEDTLS_CIPHER_DES_ENABLED
132132
select MBEDTLS_MD5
133133
select MBEDTLS_SHA1
134+
select MBEDTLS_SHA384
134135
select MBEDTLS_ENTROPY_C
135136
select MBEDTLS_CIPHER
136137
select MBEDTLS_ECP_C

0 commit comments

Comments
 (0)