Skip to content

Commit 34825b7

Browse files
frkvanangl
authored andcommitted
wifi: Enable MBEDTLS_SSL_SERVER_NAME_INDICATION for enterprise
-Setting the Mbed TLS named configuration for server name indication MBEDTLS_SSL_SERVER_NAME_INDICATION for WIFI enterprise. -Note that Zephyr has a misnamed configuration MBEDTLS_SERVER_NAME_INDICATION (missing infix label SSL_) Signed-off-by: Frank Audun Kvamtrø <[email protected]>
1 parent ffb1269 commit 34825b7

File tree

1 file changed

+1
-0
lines changed
  • subsys/net/lib/hostap_crypto

1 file changed

+1
-0
lines changed

subsys/net/lib/hostap_crypto/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ config HOSTAP_CRYPTO_ENTERPRISE
110110
select MBEDTLS_X509_CRL_PARSE_C
111111
select MBEDTLS_TLS_VERSION_1_2
112112
select MBEDTLS_RSA_C
113+
select MBEDTLS_SSL_SERVER_NAME_INDICATION
113114
default y
114115
endif
115116

0 commit comments

Comments
 (0)