Merge pull request #580 from wigyori/cc-libpcap
[15.05/openwrt.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 || PACAKGE_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_wpa-supplicant-mesh || 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 endchoice
24
25 config WPA_RFKILL_SUPPORT
26         bool "Add rfkill support"
27         depends on PACKAGE_wpa-supplicant || PACKAGE_wpa-supplicant-mesh || PACKAGE_wpa-supplicant-mini || PACKAGE_wpad || PACKAGE_wpad-mini || PACKAGE_wpad-mesh
28         default n
29
30 config WPA_MSG_MIN_PRIORITY
31         int "Minimum debug message priority"
32         default 3
33         help
34           Useful values are:
35             0 = all messages
36                 1 = raw message dumps
37                 2 = most debugging messages
38                 3 = info messages
39                 4 = warnings
40                 5 = errors
41
42 config DRIVER_WEXT_SUPPORT
43         bool
44         default n
45
46 config DRIVER_11N_SUPPORT
47         bool
48         default n
49
50 config DRIVER_11W_SUPPORT
51         bool
52         default n