tools/patchelf: update to 0.18.0
[openwrt/staging/dedeckeh.git] / package / network / services / hostapd / Config.in
1 # wpa_supplicant config
2 config WPA_RFKILL_SUPPORT
3 bool "Add rfkill support"
4 depends on PACKAGE_wpa-supplicant || \
5 PACKAGE_wpa-supplicant-openssl || \
6 PACKAGE_wpa-supplicant-wolfssl || \
7 PACKAGE_wpa-supplicant-mesh-openssl || \
8 PACKAGE_wpa-supplicant-mesh-wolfssl || \
9 PACKAGE_wpa-supplicant-basic || \
10 PACKAGE_wpa-supplicant-mini || \
11 PACKAGE_wpa-supplicant-p2p || \
12 PACKAGE_wpad || \
13 PACKAGE_wpad-openssl || \
14 PACKAGE_wpad-wolfssl || \
15 PACKAGE_wpad-basic || \
16 PACKAGE_wpad-basic-wolfssl || \
17 PACKAGE_wpad-mini || \
18 PACKAGE_wpad-mesh-openssl || \
19 PACKAGE_wpad-mesh-wolfssl
20 default n
21
22 config WPA_MSG_MIN_PRIORITY
23 int "Minimum debug message priority"
24 depends on PACKAGE_wpa-supplicant || \
25 PACKAGE_wpa-supplicant-openssl || \
26 PACKAGE_wpa-supplicant-wolfssl || \
27 PACKAGE_wpa-supplicant-mesh-openssl || \
28 PACKAGE_wpa-supplicant-mesh-wolfssl || \
29 PACKAGE_wpa-supplicant-basic || \
30 PACKAGE_wpa-supplicant-mini || \
31 PACKAGE_wpa-supplicant-p2p || \
32 PACKAGE_wpad || \
33 PACKAGE_wpad-openssl || \
34 PACKAGE_wpad-wolfssl || \
35 PACKAGE_wpad-basic || \
36 PACKAGE_wpad-basic-wolfssl || \
37 PACKAGE_wpad-mini || \
38 PACKAGE_wpad-mesh-openssl || \
39 PACKAGE_wpad-mesh-wolfssl
40 default 3
41 help
42 Useful values are:
43 0 = all messages
44 1 = raw message dumps
45 2 = most debugging messages
46 3 = info messages
47 4 = warnings
48 5 = errors
49
50 config WPA_WOLFSSL
51 bool
52 default PACKAGE_wpa-supplicant-wolfssl ||\
53 PACKAGE_wpad-wolfssl ||\
54 PACKAGE_wpad-basic-wolfssl || \
55 PACKAGE_wpad-mesh-wolfssl ||\
56 PACKAGE_eapol-test-wolfssl
57 select WOLFSSL_HAS_AES_CCM
58 select WOLFSSL_HAS_ARC4
59 select WOLFSSL_HAS_DH
60 select WOLFSSL_HAS_OCSP
61 select WOLFSSL_HAS_SESSION_TICKET
62 select WOLFSSL_HAS_WPAS
63
64 config DRIVER_WEXT_SUPPORT
65 bool
66 default n
67
68 config DRIVER_11N_SUPPORT
69 bool
70 default n
71
72 config DRIVER_11AC_SUPPORT
73 bool
74 default n
75
76 config DRIVER_11AX_SUPPORT
77 bool
78 default n
79
80 config DRIVER_11W_SUPPORT
81 bool
82 default n
83
84 config WPA_ENABLE_WEP
85 bool "Enable support for unsecure and obsolete WEP"
86 help
87 Wired equivalent privacy (WEP) is an obsolete cryptographic data
88 confidentiality algorithm that is not considered secure. It should not be used
89 for anything anymore. The functionality needed to use WEP is available in the
90 current hostapd release under this optional build parameter and completely
91 removed in a future release.