2008-07-17 01:09:49 +00:00
|
|
|
# wpa_supplicant config
|
|
|
|
config WPA_SUPPLICANT_NO_TIMESTAMP_CHECK
|
|
|
|
bool "Disable timestamp check"
|
2018-05-25 13:59:41 +00:00
|
|
|
depends on PACKAGE_wpa-supplicant || \
|
|
|
|
PACKAGE_wpa-supplicant-openssl || \
|
|
|
|
PACKAGE_wpa-supplicant-wolfssl || \
|
2018-05-30 22:10:49 +00:00
|
|
|
PACKAGE_wpa-supplicant-mesh-openssl || \
|
|
|
|
PACKAGE_wpa-supplicant-mesh-wolfssl || \
|
2018-05-25 13:59:41 +00:00
|
|
|
PACKAGE_wpa-supplicant-mini || \
|
2018-05-30 22:10:49 +00:00
|
|
|
PACKAGE_wpa-supplicant-p2p || \
|
2018-05-25 13:59:41 +00:00
|
|
|
PACKAGE_wpad || \
|
|
|
|
PACKAGE_wpad-openssl || \
|
|
|
|
PACKAGE_wpad-wolfssl || \
|
|
|
|
PACKAGE_wpad-mini || \
|
|
|
|
PACKAGE_wpad-mesh-openssl || \
|
|
|
|
PACKAGE_wpad-mesh-wolfssl
|
2008-07-17 01:09:49 +00:00
|
|
|
default n
|
|
|
|
help
|
|
|
|
This disables the timestamp check for certificates in wpa_supplicant
|
|
|
|
Useful for devices without RTC that cannot reliably get the real date/time
|
2010-01-23 08:28:26 +00:00
|
|
|
|
2010-07-08 18:36:22 +00:00
|
|
|
config WPA_RFKILL_SUPPORT
|
|
|
|
bool "Add rfkill support"
|
2018-05-25 13:59:41 +00:00
|
|
|
depends on PACKAGE_wpa-supplicant || \
|
|
|
|
PACKAGE_wpa-supplicant-openssl || \
|
|
|
|
PACKAGE_wpa-supplicant-wolfssl || \
|
2018-05-30 22:10:49 +00:00
|
|
|
PACKAGE_wpa-supplicant-mesh-openssl || \
|
|
|
|
PACKAGE_wpa-supplicant-mesh-wolfssl || \
|
2018-05-25 13:59:41 +00:00
|
|
|
PACKAGE_wpa-supplicant-mini || \
|
2018-05-30 22:10:49 +00:00
|
|
|
PACKAGE_wpa-supplicant-p2p || \
|
2018-05-25 13:59:41 +00:00
|
|
|
PACKAGE_wpad || \
|
|
|
|
PACKAGE_wpad-openssl || \
|
|
|
|
PACKAGE_wpad-wolfssl || \
|
|
|
|
PACKAGE_wpad-mini || \
|
|
|
|
PACKAGE_wpad-mesh-openssl || \
|
|
|
|
PACKAGE_wpad-mesh-wolfssl
|
2010-07-08 18:36:22 +00:00
|
|
|
default n
|
2011-02-13 14:18:13 +00:00
|
|
|
|
2012-02-20 23:41:52 +00:00
|
|
|
config WPA_MSG_MIN_PRIORITY
|
|
|
|
int "Minimum debug message priority"
|
2018-05-25 13:59:41 +00:00
|
|
|
depends on PACKAGE_wpa-supplicant || \
|
|
|
|
PACKAGE_wpa-supplicant-openssl || \
|
|
|
|
PACKAGE_wpa-supplicant-wolfssl || \
|
2018-05-30 22:10:49 +00:00
|
|
|
PACKAGE_wpa-supplicant-mesh-openssl || \
|
|
|
|
PACKAGE_wpa-supplicant-mesh-wolfssl || \
|
2018-05-25 13:59:41 +00:00
|
|
|
PACKAGE_wpa-supplicant-mini || \
|
2018-05-30 22:10:49 +00:00
|
|
|
PACKAGE_wpa-supplicant-p2p || \
|
2018-05-25 13:59:41 +00:00
|
|
|
PACKAGE_wpad || \
|
|
|
|
PACKAGE_wpad-openssl || \
|
|
|
|
PACKAGE_wpad-wolfssl || \
|
|
|
|
PACKAGE_wpad-mini || \
|
|
|
|
PACKAGE_wpad-mesh-openssl || \
|
|
|
|
PACKAGE_wpad-mesh-wolfssl
|
2012-02-20 23:41:52 +00:00
|
|
|
default 3
|
|
|
|
help
|
|
|
|
Useful values are:
|
|
|
|
0 = all messages
|
|
|
|
1 = raw message dumps
|
|
|
|
2 = most debugging messages
|
|
|
|
3 = info messages
|
|
|
|
4 = warnings
|
|
|
|
5 = errors
|
2011-02-13 14:18:13 +00:00
|
|
|
|
2018-05-25 13:59:41 +00:00
|
|
|
config WPA_WOLFSSL
|
|
|
|
bool
|
|
|
|
default PACKAGE_wpa-supplicant-wolfssl ||\
|
|
|
|
PACKAGE_wpad-wolfssl ||\
|
|
|
|
PACKAGE_wpad-mesh-wolfssl ||\
|
|
|
|
PACKAGE_eapol-test-wolfssl
|
|
|
|
select PACKAGE_libwolfssl
|
|
|
|
select WOLFSSL_HAS_AES_CCM
|
|
|
|
select WOLFSSL_HAS_AES_GCM
|
|
|
|
select WOLFSSL_HAS_ARC4
|
|
|
|
select WOLFSSL_HAS_DES3
|
|
|
|
select WOLFSSL_HAS_DH
|
|
|
|
select WOLFSSL_HAS_ECC
|
|
|
|
select WOLFSSL_HAS_OCSP
|
|
|
|
select WOLFSSL_HAS_PSK
|
|
|
|
select WOLFSSL_HAS_SESSION_TICKET
|
|
|
|
select WOLFSSL_HAS_WPAS
|
|
|
|
|
2011-02-13 14:18:13 +00:00
|
|
|
config DRIVER_WEXT_SUPPORT
|
|
|
|
bool
|
|
|
|
default n
|
2011-03-17 20:21:28 +00:00
|
|
|
|
|
|
|
config DRIVER_11N_SUPPORT
|
|
|
|
bool
|
|
|
|
default n
|
2015-09-14 06:51:10 +00:00
|
|
|
|
2016-12-14 04:10:35 +00:00
|
|
|
config DRIVER_11AC_SUPPORT
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2015-09-14 06:51:10 +00:00
|
|
|
config DRIVER_11W_SUPPORT
|
|
|
|
bool
|
|
|
|
default n
|