6254bf443e
Some Enterprise Authentication Servers do not support TLS v1.2. Move this option to Menuconfig and disable by default.
15 lines
390 B
Text
15 lines
390 B
Text
menu "Supplicant"
|
|
|
|
config WPA_MBEDTLS_CRYPTO
|
|
bool "Use MbedTLS crypto API's"
|
|
default y
|
|
help
|
|
Select this option to use MbedTLS crypto API's which utilize hardware acceleration.
|
|
|
|
config WPA_TLS_V12
|
|
bool "Enable TLS v1.2"
|
|
default n
|
|
help
|
|
Select this to enable TLS v1.2 for WPA2-Enterprise Authentication.
|
|
|
|
endmenu
|