2 "global-disabled-technologies": {
3 "DisableNetworkTypes": ["WiMAX"]
5 "duplicate-network-guid": {
6 "NetworkConfigurations": [
10 "Name": "My WiFi Network",
12 "Passphrase": "dummy",
20 "Name": "My WiFi Network",
22 "Passphrase": "dummy1",
28 "Type": "UnencryptedConfiguration"
30 "repaired-duplicate-network-guid": {
31 "NetworkConfigurations": [
35 "Name": "My WiFi Network",
37 "Passphrase": "dummy",
43 "Type": "UnencryptedConfiguration"
45 "duplicate-cert-guid": {
46 "Type": "UnencryptedConfiguration",
56 "repaired-duplicate-cert-guid": {
57 "Type": "UnencryptedConfiguration",
64 "managed-network-repaired": {
70 "Authentication": "None"
73 "managed-network-unknown-fieldname": {
80 "Authentication": "None"
83 "managed-network-unknown-value": {
88 "Authentication": "None"
91 "managed-network-value-out-of-range": {
97 "IPAddress": "127.0.0.1",
101 "Authentication": "None"
104 "managed-network-wrong-type": {
109 "Authentication": 123
112 "managed-network-unknown-recommended": {
113 "Recommended": ["abc"],
118 "Authentication": "None"
121 "managed-network-dict-recommended": {
122 "Recommended": ["Ethernet"],
127 "Authentication": "None"
130 "managed-network-missing-required": {
135 "Authentication": "None"
138 "network-repaired": {
143 "Authentication": "None"
146 "network-unknown-fieldname": {
152 "Authentication": "None"
155 "network-state-field": {
160 "Authentication": "None"
162 "ConnectionState": "NotConnected"
164 "wifi-hexssid-invalid-length": {
169 "Passphrase": "some passphrase",
170 "HexSSID": "0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF0123456789ABCDEFAB",
171 "Security": "WPA-PSK"
174 "wifi-ssid-invalid-length": {
179 "Passphrase": "some passphrase",
180 "SSID": "a ssid longer than 32 bytes is invalid",
181 "Security": "WPA-PSK"
184 "wifi-invalid-hexssid": {
189 "Passphrase": "some passphrase",
190 "HexSSID": "invalidhex",
191 "Security": "WPA-PSK"
194 "wifi-ssid-and-hexssid-inconsistent": {
199 "Passphrase": "some passphrase",
202 "Security": "WPA-PSK"
205 "wifi-ssid-and-hexssid-partially-invalid": {
210 "Passphrase": "some passphrase",
211 "SSID": "a ssid longer than 32 bytes is invalid",
213 "Security": "WPA-PSK"
216 "wifi-ssid-and-hexssid-repaired": {
221 "Passphrase": "some passphrase",
223 "Security": "WPA-PSK"
226 "network-unknown-value": {
231 "Authentication": "None"
234 "network-value-out-of-range": {
240 "IPAddress": "127.0.0.1",
244 "Authentication": "None"
247 "network-wrong-type": {
252 "Authentication": 123
255 "network-missing-required": {
259 "Authentication": "None"
262 "network-missing-required-type": {
265 "Authentication": "None"
268 "network-nested-state-field-repaired": {
273 "Passphrase": "some passphrase",
275 "Security": "WPA-PSK"
278 "network-nested-state-field": {
283 "Passphrase": "some passphrase",
285 "Security": "WPA-PSK",
286 "SignalStrength": 123
289 "network-with-illegal-recommended": {
291 "Recommended": ["Name"],
295 "Authentication": "None"
298 "network-with-ipconfigs": {
303 "Authentication": "None"
307 "IPAddress": "127.0.0.1",
311 "network-with-client-cert-pattern": {
317 "Security": "WPA-EAP",
320 "Identity": "abc ${LOGIN_ID}@my.domain.com",
321 "ClientCertType": "Pattern",
322 "ClientCertPattern": {
324 "{58ac1967-a0e7-49e9-be68-123abc}"
327 "chrome-extension://delkjfjibodjclmdijflfnimdmgdagfk/generate-cert.html"
333 "ipsec-with-psk-and-cacert": {
334 "AuthenticationType": "PSK",
337 "ServerCARef": "a cert ref"
339 "ipsec-with-client-cert-missing-cacert": {
340 "AuthenticationType": "Cert",
342 "ClientCertType": "Ref",
343 "ClientCertRef": "a cert ref"
345 "ipsec-with-empty-cacertrefs": {
346 "AuthenticationType": "Cert",
348 "ClientCertType": "Ref",
349 "ClientCertRef": "a cert ref",
352 "ipsec-with-servercaref-and-servercarefs": {
353 "AuthenticationType": "Cert",
354 "ClientCertType": "Ref",
355 "ClientCertRef": "a cert ref",
357 "ServerCARef": "a cert ref",
358 "ServerCARefs": ["ref1", "ref2"]
360 "openvpn-with-servercaref-and-servercarefs": {
361 "ClientCertType": "None",
362 "ServerCARef": "a cert ref",
363 "ServerCARefs": ["ref1", "ref2"]
365 "eap-with-servercaref-and-servercarefs": {
366 "ClientCertType": "Ref",
367 "ClientCertRef": "a cert ref",
369 "ServerCARef": "a cert ref",
370 "ServerCARefs": ["ref1", "ref2"]
372 "openvpn-missing-verify-x509-name": {
380 "ClientCertType": "None",
387 "openvpn-invalid-verify-x509-type": {
395 "ClientCertType": "None",
397 "Type": "unknown type"
402 "third-party-vpn-missing-extension-id": {
404 "Name": "third-party VPN",
407 "Type": "ThirdPartyVPN",
412 "Type": "UnencryptedConfiguration",
413 "NetworkConfigurations": [ ]
415 "toplevel-repaired": {
416 "Type": "UnencryptedConfiguration",
417 "NetworkConfigurations":
422 "Authentication": "None"
427 "toplevel-with-vpn": {
428 "Type": "UnencryptedConfiguration",
429 "NetworkConfigurations":
437 "ClientCertType": "None"
443 "toplevel-with-nested-warning": {
444 "Type": "UnencryptedConfiguration",
445 "NetworkConfigurations":
448 "unknown-field": "abc",
451 "Authentication": "None"
456 "toplevel-invalid-network": {
457 "Type": "UnencryptedConfiguration",
458 "NetworkConfigurations":
461 "Name": "unknown name",
463 "Authentication": "None"
470 "Authentication": "None"
475 "toplevel-server-and-ca-cert-dropped": {
476 "Type": "UnencryptedConfiguration",
482 "toplevel-with-server-and-ca-cert": {
483 "Type": "UnencryptedConfiguration",
485 [ { "TrustBits": ["Web"],
496 "toplevel-with-repaired-networks": {
497 "NetworkConfigurations":
498 [ { "GUID": "{485d6076-dd44-6b6d-69787465725f5045}",
500 "Name": "My WiFi Network",
505 { "GUID": "{485d6076-dd44-6b6d-69787465725f5046}",
507 "Name": "My WiFi Network2",
509 "Passphrase": "12345678",
511 "Security": "WPA-PSK" }
515 "Type": "UnencryptedConfiguration",
517 "toplevel-with-repairable-networks": {
518 "NetworkConfigurations":
519 [ { "GUID": "{485d6076-dd44-6b6d-69787465725f5045}",
521 "Name": "My WiFi Network",
522 "UnknownField1": "Value1",
524 "UnknownSubField": "Value2" },
529 { "GUID": "{485d6076-dd44-6b6d-69787465725f5046}",
531 "Name": "My WiFi Network2",
533 "Passphrase": "12345678",
535 "UnknownField1": "Value1",
536 "Security": "WPA-PSK" }
540 "Type": "UnencryptedConfiguration",