Config.in 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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_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 on PACKAGE_wpa-supplicant || PACKAGE_wpa-supplicant-mesh || PACKAGE_wpa-supplicant-mini || PACKAGE_wpad || PACKAGE_wpad-mini || PACKAGE_wpad-mesh
  22. default n
  23. config WPA_MSG_MIN_PRIORITY
  24. int "Minimum debug message priority"
  25. default 3
  26. help
  27. Useful values are:
  28. 0 = all messages
  29. 1 = raw message dumps
  30. 2 = most debugging messages
  31. 3 = info messages
  32. 4 = warnings
  33. 5 = errors
  34. config DRIVER_WEXT_SUPPORT
  35. bool
  36. default n
  37. config DRIVER_11N_SUPPORT
  38. bool
  39. default n
  40. config DRIVER_11AC_SUPPORT
  41. bool
  42. default n
  43. config DRIVER_11W_SUPPORT
  44. bool
  45. default n