hostap: Comment out offeding mbedtls configs
Comment out mbedtls symbols that do not have a proper Kconfig setting. Future commits will need to add relevant support in mbedtls side to provided needed symbols so that they can be used in hostap and uncomment these. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
This commit is contained in:
parent
873106faf1
commit
af75192910
|
@ -117,9 +117,8 @@ config WIFI_NM_WPA_SUPPLICANT_CRYPTO
|
|||
select MBEDTLS_ECP_ALL_ENABLED
|
||||
select MBEDTLS_PKCS5_C
|
||||
select MBEDTLS_MAC_CMAC_ENABLED
|
||||
select MBEDTLS_PK_C
|
||||
select MBEDTLS_PKCS5_C
|
||||
select MBEDTLS_CIPHER_PADDING_PKCS7
|
||||
# select MBEDTLS_PK_C
|
||||
# select MBEDTLS_CIPHER_PADDING_PKCS7
|
||||
# select MBEDTLS_CIPHER_MODE_CBC
|
||||
# select MBEDTLS_CIPHER_MODE_CTR
|
||||
# select MBEDTLS_LEGACY_CRYPTO_C
|
||||
|
|
Loading…
Reference in New Issue