kernel: disable wireless extensions only when needed
[openwrt/staging/hauke.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-openssl || \
17 PACKAGE_wpad-basic-wolfssl || \
18 PACKAGE_wpad-mini || \
19 PACKAGE_wpad-mesh-openssl || \
20 PACKAGE_wpad-mesh-wolfssl
21 default n
22
23 config WPA_MSG_MIN_PRIORITY
24 int "Minimum debug message priority"
25 depends on PACKAGE_wpa-supplicant || \
26 PACKAGE_wpa-supplicant-openssl || \
27 PACKAGE_wpa-supplicant-wolfssl || \
28 PACKAGE_wpa-supplicant-mesh-openssl || \
29 PACKAGE_wpa-supplicant-mesh-wolfssl || \
30 PACKAGE_wpa-supplicant-basic || \
31 PACKAGE_wpa-supplicant-mini || \
32 PACKAGE_wpa-supplicant-p2p || \
33 PACKAGE_wpad || \
34 PACKAGE_wpad-openssl || \
35 PACKAGE_wpad-wolfssl || \
36 PACKAGE_wpad-basic || \
37 PACKAGE_wpad-basic-openssl || \
38 PACKAGE_wpad-basic-wolfssl || \
39 PACKAGE_wpad-mini || \
40 PACKAGE_wpad-mesh-openssl || \
41 PACKAGE_wpad-mesh-wolfssl
42 default 3
43 help
44 Useful values are:
45 0 = all messages
46 1 = raw message dumps
47 2 = most debugging messages
48 3 = info messages
49 4 = warnings
50 5 = errors
51
52 config WPA_WOLFSSL
53 bool
54 default PACKAGE_wpa-supplicant-wolfssl ||\
55 PACKAGE_wpad-wolfssl ||\
56 PACKAGE_wpad-basic-wolfssl || \
57 PACKAGE_wpad-mesh-wolfssl ||\
58 PACKAGE_eapol-test-wolfssl
59 select WOLFSSL_HAS_AES_CCM
60 select WOLFSSL_HAS_ARC4
61 select WOLFSSL_HAS_DH
62 select WOLFSSL_HAS_OCSP
63 select WOLFSSL_HAS_SESSION_TICKET
64 select WOLFSSL_HAS_WPAS
65
66 config DRIVER_WEXT_SUPPORT
67 bool
68 select KERNEL_WIRELESS_EXT
69 default n
70
71 config DRIVER_11N_SUPPORT
72 bool
73 default n
74
75 config DRIVER_11AC_SUPPORT
76 bool
77 default n
78
79 config DRIVER_11AX_SUPPORT
80 bool
81 default n
82 select WPA_MBO_SUPPORT
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.
92
93 config WPA_MBO_SUPPORT
94 bool "Multi Band Operation (Agile Multiband)"
95 default PACKAGE_wpa-supplicant || \
96 PACKAGE_wpa-supplicant-openssl || \
97 PACKAGE_wpa-supplicant-wolfssl || \
98 PACKAGE_wpad || \
99 PACKAGE_wpad-openssl || \
100 PACKAGE_wpad-wolfssl
101 help
102 Multi Band Operation aka (Agile Multiband) enables features
103 that facilitate efficient use of multiple frequency bands.
104 Enabling MBO on an AP using RSN requires 802.11w to be enabled.
105 Hostapd will refuse to start if MBO and RSN are enabled without 11w.