blob: 940c9a21e9537f83a107e0f2b82c3bbd5131e276 [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":"007Wpa2HiddenWiFi",
"uses_onc": True,
"steps":[
[ "create", { "type":"hostap" } ],
[ "config", { "ssid":"007Wpa2HiddenWiFi",
"channel":"2412", "mode":"11g", "hidessid":None,
"wpa":"2", "wpa_key_mgmt":"WPA-PSK",
"rsn_pairwise":"CCMP",
"wpa_passphrase":"chromeos"
}
],
[ "run_onc_client_test",
{ "onc":
"""{
"NetworkConfigurations": [
{
"GUID": "{485d6076-dd44-6b6d-69787465725f5045}",
"Type": "WiFi",
"Name": "My WiFi Network",
"WiFi": {
"SSID": "007Wpa2HiddenWiFi",
"Security": "WPA-PSK",
"Passphrase": "chromeos",
"HiddenSSID": true
}
}
],
"Certificates": [],
"Type": "UnencryptedConfiguration"
}"""
} ],
[ "destroy" ],
],
}