2008-07-17 01:09:49 +00:00
|
|
|
# wpa_supplicant config
|
|
|
|
config WPA_SUPPLICANT_NO_TIMESTAMP_CHECK
|
|
|
|
bool "Disable timestamp check"
|
2010-01-23 08:28:26 +00:00
|
|
|
depends PACKAGE_wpa-supplicant || PACKAGE_wpa-supplicant-mini || PACKAGE_wpad || PACKAGE_wpad-mini
|
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
|
|
|
|
2008-07-30 17:04:50 +00:00
|
|
|
choice
|
2010-01-23 08:28:26 +00:00
|
|
|
prompt "Choose TLS provider"
|
|
|
|
default WPA_SUPPLICANT_INTERNAL
|
2010-03-28 17:09:52 +00:00
|
|
|
depends PACKAGE_wpa-supplicant || PACKAGE_wpad
|
2008-07-30 17:04:50 +00:00
|
|
|
|
|
|
|
config WPA_SUPPLICANT_INTERNAL
|
|
|
|
bool "internal"
|
|
|
|
|
|
|
|
config WPA_SUPPLICANT_OPENSSL
|
|
|
|
bool "openssl"
|
|
|
|
select PACKAGE_libopenssl
|
2008-07-17 01:09:49 +00:00
|
|
|
|
2008-07-30 17:04:50 +00:00
|
|
|
endchoice
|
2010-07-08 18:36:22 +00:00
|
|
|
|
|
|
|
config WPA_RFKILL_SUPPORT
|
|
|
|
bool "Add rfkill support"
|
|
|
|
depends PACKAGE_wpa-supplicant || PACKAGE_wpa-supplicant-mini || PACKAGE_wpad || PACKAGE_wpad-mini
|
|
|
|
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"
|
|
|
|
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
|
|
|
|
|
|
|
config DRIVER_WEXT_SUPPORT
|
|
|
|
bool
|
|
|
|
default n
|
2011-03-17 20:21:28 +00:00
|
|
|
|
|
|
|
config DRIVER_11N_SUPPORT
|
|
|
|
bool
|
|
|
|
default n
|