summaryrefslogtreecommitdiffstats
path: root/chromeos/test/data
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/test/data')
-rw-r--r--chromeos/test/data/network/shill_wifi_wpa1.json9
-rw-r--r--chromeos/test/data/network/translation_of_shill_wifi_wpa1.onc10
2 files changed, 19 insertions, 0 deletions
diff --git a/chromeos/test/data/network/shill_wifi_wpa1.json b/chromeos/test/data/network/shill_wifi_wpa1.json
new file mode 100644
index 0000000..2d92618
--- /dev/null
+++ b/chromeos/test/data/network/shill_wifi_wpa1.json
@@ -0,0 +1,9 @@
+{
+ "GUID":"{64c4f86b-cf6a-4e4a-8eff-456def}",
+ "Mode":"managed",
+ "Name":"OpenWrt",
+ "Passphrase":"some passphrase",
+ "SSID":"OpenWrt",
+ "Security":"wpa",
+ "Type":"wifi"
+}
diff --git a/chromeos/test/data/network/translation_of_shill_wifi_wpa1.onc b/chromeos/test/data/network/translation_of_shill_wifi_wpa1.onc
new file mode 100644
index 0000000..c23df0f
--- /dev/null
+++ b/chromeos/test/data/network/translation_of_shill_wifi_wpa1.onc
@@ -0,0 +1,10 @@
+{
+ "GUID":"{64c4f86b-cf6a-4e4a-8eff-456def}",
+ "Name":"OpenWrt",
+ "Type":"WiFi",
+ "WiFi":{
+ "Passphrase":"some passphrase",
+ "SSID":"OpenWrt",
+ "Security":"WPA-PSK"
+ }
+}