3568d9add3cdf711454c1ed645396c864d746678
[openwrt/staging/wigyori.git] / package / network / services / hostapd / Config.in
1 # wpa_supplicant config
2 config WPA_SUPPLICANT_NO_TIMESTAMP_CHECK
3 bool "Disable timestamp check"
4 depends on PACKAGE_wpa-supplicant || \
5 PACKAGE_wpa-supplicant-openssl || \
6 PACKAGE_wpa-supplicant-wolfssl || \
7 PACKAGE_wpa-supplicant-mesh || \
8 PACKAGE_wpa-supplicant-mini || \
9 PACKAGE_wpad || \
10 PACKAGE_wpad-openssl || \
11 PACKAGE_wpad-wolfssl || \
12 PACKAGE_wpad-mini || \
13 PACKAGE_wpad-mesh-openssl || \
14 PACKAGE_wpad-mesh-wolfssl
15 default n
16 help
17 This disables the timestamp check for certificates in wpa_supplicant
18 Useful for devices without RTC that cannot reliably get the real date/time
19
20 config WPA_RFKILL_SUPPORT
21 bool "Add rfkill support"
22 depends on PACKAGE_wpa-supplicant || \
23 PACKAGE_wpa-supplicant-openssl || \
24 PACKAGE_wpa-supplicant-wolfssl || \
25 PACKAGE_wpa-supplicant-mesh || \
26 PACKAGE_wpa-supplicant-mini || \
27 PACKAGE_wpad || \
28 PACKAGE_wpad-openssl || \
29 PACKAGE_wpad-wolfssl || \
30 PACKAGE_wpad-mini || \
31 PACKAGE_wpad-mesh-openssl || \
32 PACKAGE_wpad-mesh-wolfssl
33 default n
34
35 config WPA_MSG_MIN_PRIORITY
36 int "Minimum debug message priority"
37 depends on PACKAGE_wpa-supplicant || \
38 PACKAGE_wpa-supplicant-openssl || \
39 PACKAGE_wpa-supplicant-wolfssl || \
40 PACKAGE_wpa-supplicant-mesh || \
41 PACKAGE_wpa-supplicant-mini || \
42 PACKAGE_wpad || \
43 PACKAGE_wpad-openssl || \
44 PACKAGE_wpad-wolfssl || \
45 PACKAGE_wpad-mini || \
46 PACKAGE_wpad-mesh-openssl || \
47 PACKAGE_wpad-mesh-wolfssl
48 default 3
49 help
50 Useful values are:
51 0 = all messages
52 1 = raw message dumps
53 2 = most debugging messages
54 3 = info messages
55 4 = warnings
56 5 = errors
57
58 config WPA_WOLFSSL
59 bool
60 default PACKAGE_wpa-supplicant-wolfssl ||\
61 PACKAGE_wpad-wolfssl ||\
62 PACKAGE_wpad-mesh-wolfssl ||\
63 PACKAGE_eapol-test-wolfssl
64 select PACKAGE_libwolfssl
65 select WOLFSSL_HAS_AES_CCM
66 select WOLFSSL_HAS_AES_GCM
67 select WOLFSSL_HAS_ARC4
68 select WOLFSSL_HAS_DES3
69 select WOLFSSL_HAS_DH
70 select WOLFSSL_HAS_ECC
71 select WOLFSSL_HAS_OCSP
72 select WOLFSSL_HAS_PSK
73 select WOLFSSL_HAS_SESSION_TICKET
74 select WOLFSSL_HAS_WPAS
75
76 config DRIVER_WEXT_SUPPORT
77 bool
78 default n
79
80 config DRIVER_11N_SUPPORT
81 bool
82 default n
83
84 config DRIVER_11AC_SUPPORT
85 bool
86 default n
87
88 config DRIVER_11W_SUPPORT
89 bool
90 default n