Config.in 546 B

123456789101112131415161718192021
  1. # wpa_supplicant config
  2. config WPA_SUPPLICANT_NO_TIMESTAMP_CHECK
  3. bool "Disable timestamp check"
  4. depends PACKAGE_wpa-supplicant
  5. default n
  6. help
  7. This disables the timestamp check for certificates in wpa_supplicant
  8. Useful for devices without RTC that cannot reliably get the real date/time
  9. choice
  10. prompt "Choose TLS provider"
  11. default WPA_SUPPLICANT_INTERNAL
  12. depends PACKAGE_wpa-supplicant
  13. config WPA_SUPPLICANT_INTERNAL
  14. bool "internal"
  15. config WPA_SUPPLICANT_OPENSSL
  16. bool "openssl"
  17. select PACKAGE_libopenssl
  18. endchoice