diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2018-12-11 18:40:04 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-06-20 20:02:29 +0200 |
commit | 99bf9a1ac2b754e708ec845059689b293d1abab0 (patch) | |
tree | 4556b0a1593e100e65a3ac7a6c191c6b7a951773 /package/network/services/hostapd/Config.in | |
parent | 1e2e5c66edff36e9fca2da66c85443251ea91ee2 (diff) | |
download | upstream-99bf9a1ac2b754e708ec845059689b293d1abab0.tar.gz upstream-99bf9a1ac2b754e708ec845059689b293d1abab0.tar.bz2 upstream-99bf9a1ac2b754e708ec845059689b293d1abab0.zip |
hostapd: remove stale WPA_SUPPLICANT_NO_TIMESTAMP_CHECK option
Support to disable the timestamp check for certificates in
wpa_supplicant (Useful for devices without RTC that cannot
reliably get the real date/time) has been accepted in the
upstream hostapd. It's implemented in wpa_supplicant as a
per-AP flag tls_disable_time_checks=[0|1].
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'package/network/services/hostapd/Config.in')
-rw-r--r-- | package/network/services/hostapd/Config.in | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/package/network/services/hostapd/Config.in b/package/network/services/hostapd/Config.in index 578fba839c..1966067219 100644 --- a/package/network/services/hostapd/Config.in +++ b/package/network/services/hostapd/Config.in @@ -1,26 +1,4 @@ # wpa_supplicant config -config WPA_SUPPLICANT_NO_TIMESTAMP_CHECK - bool "Disable timestamp check" - depends on PACKAGE_wpa-supplicant || \ - PACKAGE_wpa-supplicant-openssl || \ - PACKAGE_wpa-supplicant-wolfssl || \ - PACKAGE_wpa-supplicant-mesh-openssl || \ - PACKAGE_wpa-supplicant-mesh-wolfssl || \ - PACKAGE_wpa-supplicant-basic || \ - PACKAGE_wpa-supplicant-mini || \ - PACKAGE_wpa-supplicant-p2p || \ - PACKAGE_wpad || \ - PACKAGE_wpad-openssl || \ - PACKAGE_wpad-wolfssl || \ - PACKAGE_wpad-basic || \ - PACKAGE_wpad-mini || \ - PACKAGE_wpad-mesh-openssl || \ - PACKAGE_wpad-mesh-wolfssl - 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 - config WPA_RFKILL_SUPPORT bool "Add rfkill support" depends on PACKAGE_wpa-supplicant || \ |