Skip to content
Closed
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
9 changes: 6 additions & 3 deletions snippets/wifi/wifi-enterprise/wifi-enterprise-nrf.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# For TLS and X.509 processing MbedTLS needs large heap size and using separate heap
# for MbedTLS gives us more control over the heap size.
CONFIG_MBEDTLS_HEAP_SIZE=75000
# Enterprise uses the legacy HostAP mbedtls alt backend (not ALT_PSA).
CONFIG_HOSTAP_CRYPTO_ALT_LEGACY_PSA=y

# nRF5340 app RAM is 448 KiB; trim heaps vs wifi-enterprise.conf (100000 / 70000).
CONFIG_NRF_WIFI_DATA_HEAP_SIZE=28672
CONFIG_MBEDTLS_HEAP_SIZE=70000
CONFIG_WIFI_CREDENTIALS_RUNTIME_CERTIFICATES=y
CONFIG_WIFI_SHELL_RUNTIME_CERTIFICATES=y
Loading