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