2018-08-13 04:37:56 -04:00
|
|
|
menu "Supplicant"
|
|
|
|
|
2019-07-03 08:09:52 -04: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.
|
|
|
|
|
2019-07-26 10:56:40 -04:00
|
|
|
config WPA_DEBUG_PRINT
|
|
|
|
bool "Print debug messages from WPA Supplicant"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Select this option to print logging information from WPA supplicant,
|
|
|
|
this includes handshake information and key hex dumps depending
|
|
|
|
on the project logging level.
|
|
|
|
|
|
|
|
Enabling this could increase the build size ~60kb
|
|
|
|
depending on the project logging level.
|
|
|
|
|
2020-04-13 12:25:52 -04:00
|
|
|
config WPA_TESTING_OPTIONS
|
|
|
|
bool "Add DPP testing code"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Select this to enable unity test for DPP.
|
|
|
|
|
2021-07-01 07:01:49 -04:00
|
|
|
config WPA_WPS_STRICT
|
|
|
|
bool "Strictly validate all WPS attributes"
|
2020-05-11 01:48:12 -04:00
|
|
|
default n
|
|
|
|
help
|
2021-07-01 07:01:49 -04:00
|
|
|
Select this option to enable validate each WPS attribute
|
|
|
|
rigorously. Disabling this add the workaorunds with various APs.
|
|
|
|
Enabling this may cause inter operability issues with some APs.
|
2020-05-11 01:48:12 -04:00
|
|
|
|
2018-08-13 04:37:56 -04:00
|
|
|
endmenu
|