OpenWrt – Diff between revs 2 and 3

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