1CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE=y
2# EAP frames are ~1100 bytes, so, for efficiency, we set the data size to 1100
3CONFIG_NET_BUF_DATA_SIZE=1100
4# Use variable data size to reduce memory usage for small data packets
5CONFIG_NET_BUF_VARIABLE_DATA_SIZE=y
6# For TLS and X.509 processing MbedTLS needs large heap size and using separate heap
7# for MbedTLS gives us more control over the heap size.
8CONFIG_MBEDTLS_ENABLE_HEAP=y
9CONFIG_MBEDTLS_HEAP_SIZE=55000
10