blob: 95b36fdba7956687363e4b46b9463c0dd6430550 [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{ "name":"006WpaHiddenWiFi",
"steps":[
[ "create", { "type":"hostap" } ],
[ "config", { "ssid":"006WpaHiddenWiFi",
"channel":"2412", "mode":"11g", "hidessid":None,
"wpa":"1", "wpa_key_mgmt":"WPA-PSK",
"wpa_pairwise":"TKIP",
"wpa_passphrase":"chromeos"
}
],
[ "set_user_onc",
{ "onc":
"""{
"NetworkConfigurations": [
{
"GUID": "{485d6076-dd44-6b6d-69787465725f5045}",
"Type": "WiFi",
"Name": "My WiFi Network",
"WiFi": {
"SSID": "006WpaHiddenWiFi",
"Security": "WPA-PSK",
"Passphrase": "chromeos",
"HiddenSSID": true
}
}
],
"Certificates": [],
"Type": "UnencryptedConfiguration"
}"""
} ],
[ "connect_wifi_onc" ],
[ "client_ping", { "count":"10"} ],
[ "client_logout" ],
[ "destroy" ],
],
}