diff options
Diffstat (limited to 'chrome/test/data/chromeos/cros/network-wifi-wpa-remove.onc')
-rw-r--r-- | chrome/test/data/chromeos/cros/network-wifi-wpa-remove.onc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/chrome/test/data/chromeos/cros/network-wifi-wpa-remove.onc b/chrome/test/data/chromeos/cros/network-wifi-wpa-remove.onc new file mode 100644 index 0000000..8ed5d57 --- /dev/null +++ b/chrome/test/data/chromeos/cros/network-wifi-wpa-remove.onc @@ -0,0 +1,14 @@ +// Test ONC file that removes a network with the indicated GUID. +// This should be used in conjunction with network-wifi-wpa.onc. +{ + "NetworkConfigurations": [ + { + "GUID": "{485d6076-dd44-6b6d-69787465725f5042}", + "Type": "WiFi", + "Name": "My WiFi Network", + "Remove": true, + } + ], + "Certificates": [], + "Type": "UnencryptedConfiguration" +} |