hostapd: update to git HEAD of 2018-05-21, allow build against wolfssl
[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 || PACKAGE_wpa-supplicant-mesh || PACKAGE_wpa-supplicant-mini || PACKAGE_wpad || PACKAGE_wpad-mini || PACKAGE_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
10 choice
11 prompt "Choose TLS provider"
12 default WPA_SUPPLICANT_INTERNAL
13 depends on PACKAGE_wpa-supplicant || PACKAGE_wpad || PACKAGE_wpad-mesh
14
15 config WPA_SUPPLICANT_INTERNAL
16 bool "internal"
17 depends on PACKAGE_wpa-supplicant || PACKAGE_wpad
18
19 config WPA_SUPPLICANT_OPENSSL
20 bool "openssl"
21 select PACKAGE_libopenssl
22
23 config WPA_SUPPLICANT_WOLFSSL
24 bool "wolfssl"
25 select PACKAGE_libwolfssl
26 select WOLFSSL_HAS_AES_CCM
27 select WOLFSSL_HAS_AES_GCM
28 select WOLFSSL_HAS_ARC4
29 select WOLFSSL_HAS_DES3
30 select WOLFSSL_HAS_DH
31 select WOLFSSL_HAS_ECC
32 select WOLFSSL_HAS_OCSP
33 select WOLFSSL_HAS_PSK
34 select WOLFSSL_HAS_SESSION_TICKET
35 select WOLFSSL_HAS_WPAS
36
37 endchoice
38
39 config WPA_RFKILL_SUPPORT
40 bool "Add rfkill support"
41 depends on PACKAGE_wpa-supplicant || PACKAGE_wpa-supplicant-mesh || PACKAGE_wpa-supplicant-mini || PACKAGE_wpad || PACKAGE_wpad-mini || PACKAGE_wpad-mesh
42 default n
43
44 config WPA_MSG_MIN_PRIORITY
45 int "Minimum debug message priority"
46 default 3
47 help
48 Useful values are:
49 0 = all messages
50 1 = raw message dumps
51 2 = most debugging messages
52 3 = info messages
53 4 = warnings
54 5 = errors
55
56 config DRIVER_WEXT_SUPPORT
57 bool
58 default n
59
60 config DRIVER_11N_SUPPORT
61 bool
62 default n
63
64 config DRIVER_11AC_SUPPORT
65 bool
66 default n
67
68 config DRIVER_11W_SUPPORT
69 bool
70 default n