Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions samples/net/wifi/shell/nxp/overlay_hostap_hosted_mcu.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ CONFIG_MBEDTLS_PSA_CRYPTO_C=y
CONFIG_MBEDTLS_ENTROPY_C=y
CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN=8192

# TLSv1.3
CONFIG_EAP_TLSV1_3=y

# mbedtls heap for enterprise case
CONFIG_MBEDTLS_ENABLE_HEAP=y
CONFIG_MBEDTLS_HEAP_SIZE=90432
Expand Down
3 changes: 3 additions & 0 deletions samples/net/wifi/shell/nxp/overlay_hostap_rw612.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN=8192
CONFIG_MBEDTLS_ENABLE_HEAP=y
CONFIG_MBEDTLS_HEAP_SIZE=69952

# TLSv1.3
CONFIG_EAP_TLSV1_3=y

# priority
CONFIG_WIFI_NM_WPA_SUPPLICANT_WQ_PRIO=3
CONFIG_WIFI_NM_WPA_SUPPLICANT_PRIO=3
Expand Down