Skip to content

Commit

Permalink
hostap: Comment out offeding mbedtls configs
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
jukkar authored and carlescufi committed Apr 5, 2024
1 parent 873106f commit af75192
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/hostap/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af75192

Please sign in to comment.