Config.in 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # wpa_supplicant config
  2. config WPA_RFKILL_SUPPORT
  3. bool "Add rfkill support"
  4. depends on PACKAGE_hostapd-common
  5. default n
  6. config WPA_MSG_MIN_PRIORITY
  7. int "Minimum debug message priority"
  8. depends on PACKAGE_hostapd-common
  9. default 3
  10. help
  11. Useful values are:
  12. 0 = all messages
  13. 1 = raw message dumps
  14. 2 = most debugging messages
  15. 3 = info messages
  16. 4 = warnings
  17. 5 = errors
  18. config WPA_WOLFSSL
  19. bool
  20. default PACKAGE_wpa-supplicant-wolfssl ||\
  21. PACKAGE_wpad-wolfssl ||\
  22. PACKAGE_wpad-basic-wolfssl || \
  23. PACKAGE_wpad-mesh-wolfssl ||\
  24. PACKAGE_eapol-test-wolfssl
  25. select WOLFSSL_HAS_AES_CCM
  26. select WOLFSSL_HAS_ARC4
  27. select WOLFSSL_HAS_DH
  28. select WOLFSSL_HAS_OCSP
  29. select WOLFSSL_HAS_SESSION_TICKET
  30. select WOLFSSL_HAS_WPAS
  31. config DRIVER_11AC_SUPPORT
  32. bool
  33. default n
  34. config DRIVER_11AX_SUPPORT
  35. bool
  36. default n
  37. select WPA_MBO_SUPPORT
  38. config DRIVER_11BE_SUPPORT
  39. bool
  40. default n
  41. config WPA_ENABLE_WEP
  42. bool "Enable support for unsecure and obsolete WEP"
  43. depends on PACKAGE_hostapd-common
  44. help
  45. Wired equivalent privacy (WEP) is an obsolete cryptographic data
  46. confidentiality algorithm that is not considered secure. It should not be used
  47. for anything anymore. The functionality needed to use WEP is available in the
  48. current hostapd release under this optional build parameter and completely
  49. removed in a future release.
  50. config WPA_MBO_SUPPORT
  51. bool "Multi Band Operation (Agile Multiband)"
  52. depends on PACKAGE_hostapd-common
  53. default y
  54. help
  55. Multi Band Operation aka (Agile Multiband) enables features
  56. that facilitate efficient use of multiple frequency bands.
  57. Enabling MBO on an AP using RSN requires 802.11w to be enabled.
  58. Hostapd will refuse to start if MBO and RSN are enabled without 11w.