Config.in 872 B

123456789101112131415161718192021222324252627282930313233343536
  1. # wpa_supplicant config
  2. config WPA_SUPPLICANT_NO_TIMESTAMP_CHECK
  3. bool "Disable timestamp check"
  4. depends PACKAGE_wpa-supplicant || PACKAGE_wpa-supplicant-mini || PACKAGE_wpad || PACKAGE_wpad-mini
  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 || PACKAGE_wpad
  13. config WPA_SUPPLICANT_INTERNAL
  14. bool "internal"
  15. config WPA_SUPPLICANT_OPENSSL
  16. bool "openssl"
  17. select PACKAGE_libopenssl
  18. endchoice
  19. config WPA_RFKILL_SUPPORT
  20. bool "Add rfkill support"
  21. depends PACKAGE_wpa-supplicant || PACKAGE_wpa-supplicant-mini || PACKAGE_wpad || PACKAGE_wpad-mini
  22. default n
  23. config DRIVER_WEXT_SUPPORT
  24. bool
  25. default n
  26. config DRIVER_11N_SUPPORT
  27. bool
  28. default n