Config.in 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # wpa_supplicant config
  2. config WPA_SUPPLICANT_NO_TIMESTAMP_CHECK
  3. bool "Disable timestamp check"
  4. depends on PACKAGE_wpa-supplicant || PACKAGE_wpa-supplicant-mesh || PACKAGE_wpa-supplicant-mini || PACKAGE_wpad || PACKAGE_wpad-mini || PACAKGE_wpad-mesh
  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 on PACKAGE_wpa-supplicant || PACKAGE_wpa-supplicant-mesh || PACKAGE_wpad || PACKAGE_wpad-mesh
  13. config WPA_SUPPLICANT_INTERNAL
  14. bool "internal"
  15. depends on PACKAGE_wpa-supplicant || PACKAGE_wpad
  16. config WPA_SUPPLICANT_OPENSSL
  17. bool "openssl"
  18. select PACKAGE_libopenssl
  19. endchoice
  20. config WPA_RFKILL_SUPPORT
  21. bool "Add rfkill support"
  22. depends on PACKAGE_wpa-supplicant || PACKAGE_wpa-supplicant-mesh || PACKAGE_wpa-supplicant-mini || PACKAGE_wpad || PACKAGE_wpad-mini || PACKAGE_wpad-mesh
  23. default n
  24. config WPA_MSG_MIN_PRIORITY
  25. int "Minimum debug message priority"
  26. default 3
  27. help
  28. Useful values are:
  29. 0 = all messages
  30. 1 = raw message dumps
  31. 2 = most debugging messages
  32. 3 = info messages
  33. 4 = warnings
  34. 5 = errors
  35. config DRIVER_WEXT_SUPPORT
  36. bool
  37. default n
  38. config DRIVER_11N_SUPPORT
  39. bool
  40. default n
  41. config DRIVER_11W_SUPPORT
  42. bool
  43. default n