2 "duplicate-network-guid": {
3 "NetworkConfigurations": [
7 "Name": "My WiFi Network",
17 "Name": "My WiFi Network",
19 "Passphrase": "dummy1",
25 "Type": "UnencryptedConfiguration"
27 "repaired-duplicate-network-guid": {
28 "NetworkConfigurations": [
32 "Name": "My WiFi Network",
34 "Passphrase": "dummy",
40 "Type": "UnencryptedConfiguration"
42 "duplicate-cert-guid": {
43 "Type": "UnencryptedConfiguration",
53 "repaired-duplicate-cert-guid": {
54 "Type": "UnencryptedConfiguration",
61 "managed-network-repaired": {
67 "Authentication": "None"
70 "managed-network-unknown-fieldname": {
77 "Authentication": "None"
80 "managed-network-unknown-value": {
85 "Authentication": "None"
88 "managed-network-value-out-of-range": {
94 "IPAddress": "127.0.0.1",
98 "Authentication": "None"
101 "managed-network-wrong-type": {
106 "Authentication": 123
109 "managed-network-unknown-recommended": {
110 "Recommended": ["abc"],
115 "Authentication": "None"
118 "managed-network-dict-recommended": {
119 "Recommended": ["Ethernet"],
124 "Authentication": "None"
127 "managed-network-missing-required": {
132 "Authentication": "None"
135 "network-repaired": {
140 "Authentication": "None"
143 "network-unknown-fieldname": {
149 "Authentication": "None"
152 "network-state-field": {
157 "Authentication": "None"
159 "ConnectionState": "NotConnected"
161 "wifi-hexssid-invalid-length": {
166 "Passphrase": "some passphrase",
167 "HexSSID": "0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF0123456789ABCDEFAB",
168 "Security": "WPA-PSK"
171 "wifi-ssid-invalid-length": {
176 "Passphrase": "some passphrase",
177 "SSID": "a ssid longer than 32 bytes is invalid",
178 "Security": "WPA-PSK"
181 "wifi-invalid-hexssid": {
186 "Passphrase": "some passphrase",
187 "HexSSID": "invalidhex",
188 "Security": "WPA-PSK"
191 "wifi-ssid-and-hexssid-inconsistent": {
196 "Passphrase": "some passphrase",
199 "Security": "WPA-PSK"
202 "wifi-ssid-and-hexssid-partially-invalid": {
207 "Passphrase": "some passphrase",
208 "SSID": "a ssid longer than 32 bytes is invalid",
210 "Security": "WPA-PSK"
213 "wifi-ssid-and-hexssid-repaired": {
218 "Passphrase": "some passphrase",
220 "Security": "WPA-PSK"
223 "network-unknown-value": {
228 "Authentication": "None"
231 "network-value-out-of-range": {
237 "IPAddress": "127.0.0.1",
241 "Authentication": "None"
244 "network-wrong-type": {
249 "Authentication": 123
252 "network-missing-required": {
256 "Authentication": "None"
259 "network-missing-required-type": {
262 "Authentication": "None"
265 "network-nested-state-field-repaired": {
270 "Passphrase": "some passphrase",
272 "Security": "WPA-PSK"
275 "network-nested-state-field": {
280 "Passphrase": "some passphrase",
282 "Security": "WPA-PSK",
283 "SignalStrength": 123
286 "network-with-illegal-recommended": {
288 "Recommended": ["Name"],
292 "Authentication": "None"
295 "network-with-ipconfigs": {
300 "Authentication": "None"
304 "IPAddress": "127.0.0.1",
308 "network-with-client-cert-pattern": {
314 "Security": "WPA-EAP",
317 "Identity": "abc ${LOGIN_ID}@my.domain.com",
318 "ClientCertType": "Pattern",
319 "ClientCertPattern": {
321 "{58ac1967-a0e7-49e9-be68-123abc}"
324 "chrome-extension://delkjfjibodjclmdijflfnimdmgdagfk/generate-cert.html"
330 "ipsec-with-psk-and-cacert": {
331 "AuthenticationType": "PSK",
334 "ServerCARef": "a cert ref"
336 "ipsec-with-client-cert-missing-cacert": {
337 "AuthenticationType": "Cert",
339 "ClientCertType": "Ref",
340 "ClientCertRef": "a cert ref"
342 "ipsec-with-empty-cacertrefs": {
343 "AuthenticationType": "Cert",
345 "ClientCertType": "Ref",
346 "ClientCertRef": "a cert ref",
349 "ipsec-with-servercaref-and-servercarefs": {
350 "AuthenticationType": "Cert",
351 "ClientCertType": "Ref",
352 "ClientCertRef": "a cert ref",
354 "ServerCARef": "a cert ref",
355 "ServerCARefs": ["ref1", "ref2"]
357 "openvpn-with-servercaref-and-servercarefs": {
358 "ClientCertType": "None",
359 "ServerCARef": "a cert ref",
360 "ServerCARefs": ["ref1", "ref2"]
362 "eap-with-servercaref-and-servercarefs": {
363 "ClientCertType": "Ref",
364 "ClientCertRef": "a cert ref",
366 "ServerCARef": "a cert ref",
367 "ServerCARefs": ["ref1", "ref2"]
369 "openvpn-missing-verify-x509-name": {
377 "ClientCertType": "None",
384 "openvpn-invalid-verify-x509-type": {
392 "ClientCertType": "None",
394 "Type": "unknown type"
399 "third-party-vpn-missing-extension-id": {
401 "Name": "third-party VPN",
404 "Type": "ThirdPartyVPN",
409 "Type": "UnencryptedConfiguration",
410 "NetworkConfigurations": [ ]
412 "toplevel-repaired": {
413 "Type": "UnencryptedConfiguration",
414 "NetworkConfigurations":
419 "Authentication": "None"
424 "toplevel-with-vpn": {
425 "Type": "UnencryptedConfiguration",
426 "NetworkConfigurations":
434 "ClientCertType": "None"
440 "toplevel-with-nested-warning": {
441 "Type": "UnencryptedConfiguration",
442 "NetworkConfigurations":
445 "unknown-field": "abc",
448 "Authentication": "None"
453 "toplevel-invalid-network": {
454 "Type": "UnencryptedConfiguration",
455 "NetworkConfigurations":
458 "Name": "unknown name",
460 "Authentication": "None"
467 "Authentication": "None"
472 "toplevel-server-and-ca-cert-dropped": {
473 "Type": "UnencryptedConfiguration",
479 "toplevel-with-server-and-ca-cert": {
480 "Type": "UnencryptedConfiguration",
482 [ { "TrustBits": ["Web"],
493 "toplevel-with-repaired-networks": {
494 "NetworkConfigurations":
495 [ { "GUID": "{485d6076-dd44-6b6d-69787465725f5045}",
497 "Name": "My WiFi Network",
502 { "GUID": "{485d6076-dd44-6b6d-69787465725f5046}",
504 "Name": "My WiFi Network2",
506 "Passphrase": "12345678",
508 "Security": "WPA-PSK" }
512 "Type": "UnencryptedConfiguration",
514 "toplevel-with-repairable-networks": {
515 "NetworkConfigurations":
516 [ { "GUID": "{485d6076-dd44-6b6d-69787465725f5045}",
518 "Name": "My WiFi Network",
519 "UnknownField1": "Value1",
521 "UnknownSubField": "Value2" },
526 { "GUID": "{485d6076-dd44-6b6d-69787465725f5046}",
528 "Name": "My WiFi Network2",
530 "Passphrase": "12345678",
532 "UnknownField1": "Value1",
533 "Security": "WPA-PSK" }
537 "Type": "UnencryptedConfiguration",