blob: d3700fae840c9d0e228060ee93dd1a4dc4a3fa7d (
plain)
1
2
3
4
5
6
7
8
9
|
# wpa_supplicant config
config WPA_SUPPLICANT_NO_TIMESTAMP_CHECK
bool "Disable timestamp check"
depends PACKAGE_wpa-supplicant
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
|