11 lines
449 B
Plaintext
11 lines
449 B
Plaintext
CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE=y
|
|
# EAP frames are ~1100 bytes, so, need higher packet counts as default packet size is 128
|
|
CONFIG_NET_PKT_TX_COUNT=36
|
|
CONFIG_NET_PKT_RX_COUNT=36
|
|
CONFIG_NET_BUF_TX_COUNT=72
|
|
CONFIG_NET_BUF_RX_COUNT=36
|
|
# 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_ENABLE_HEAP=y
|
|
CONFIG_MBEDTLS_HEAP_SIZE=55000
|