OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 # wpa_supplicant config
2 config WPA_SUPPLICANT_NO_TIMESTAMP_CHECK
3 bool "Disable timestamp check"
3 office 4 depends on PACKAGE_wpa-supplicant || PACKAGE_wpa-supplicant-mesh || PACKAGE_wpa-supplicant-mini || PACKAGE_wpad || PACKAGE_wpad-mini || PACAKGE_wpad-mesh
1 office 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  
3 office 10 choice
11 prompt "Choose TLS provider"
12 default WPA_SUPPLICANT_INTERNAL
13 depends on PACKAGE_wpa-supplicant || PACKAGE_wpad
14  
15 config WPA_SUPPLICANT_INTERNAL
16 bool "internal"
17  
18 config WPA_SUPPLICANT_OPENSSL
19 bool "openssl"
20 select PACKAGE_libopenssl
21  
22 endchoice
23  
1 office 24 config WPA_RFKILL_SUPPORT
25 bool "Add rfkill support"
3 office 26 depends on PACKAGE_wpa-supplicant || PACKAGE_wpa-supplicant-mesh || PACKAGE_wpa-supplicant-mini || PACKAGE_wpad || PACKAGE_wpad-mini || PACKAGE_wpad-mesh
1 office 27 default n
28  
29 config WPA_MSG_MIN_PRIORITY
30 int "Minimum debug message priority"
31 default 3
32 help
33 Useful values are:
34  
35 1 = raw message dumps
36 2 = most debugging messages
37 3 = info messages
38 4 = warnings
39 5 = errors
40  
41 config DRIVER_WEXT_SUPPORT
42 bool
43 default n
44  
45 config DRIVER_11N_SUPPORT
46 bool
47 default n
48  
49 config DRIVER_11AC_SUPPORT
50 bool
51 default n
52  
53 config DRIVER_11W_SUPPORT
54 bool
55 default n