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
|