2018-08-13 08:37:56 +00:00
|
|
|
menu "Supplicant"
|
|
|
|
|
2019-07-03 12:09:52 +00:00
|
|
|
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.
|
|
|
|
|
2020-04-30 06:07:42 +00:00
|
|
|
config WPA_TLS_V12
|
|
|
|
bool "Enable TLS v1.2"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Select this to enable TLS v1.2 for WPA2-Enterprise Authentication.
|
|
|
|
|
2018-08-13 08:37:56 +00:00
|
|
|
endmenu
|