blob: 03590d0b4e36221591d9034c698cc80d1c613533 [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":"004WpaAlphaNumeric",
"steps":[
[ "create", { "type":"hostap" } ],
[ "config", { "ssid":"004WpaAlphaNumeric",
"channel":"2412", "mode":"11g",
"wpa":"1", "wpa_key_mgmt":"WPA-PSK",
"wpa_pairwise":"TKIP",
"wpa_passphrase":"'{7kIfie]Q^:J<>xqbhB[pa3WdsmM!@|aP_#>4Fj6x%@,N5|dqFJaP@C@ne}jDL"
}
],
[ "set_user_onc",
{ "onc":
"""{
"NetworkConfigurations": [
{
"GUID": "{485d6076-dd44-6b6d-69787465725f5045}",
"Type": "WiFi",
"Name": "My WiFi Network",
"WiFi": {
"SSID": "004WpaAlphaNumeric",
"Security": "WPA-PSK",
"Passphrase": "'{7kIfie]Q^:J<>xqbhB[pa3WdsmM!@|aP_#>4Fj6x%@,N5|dqFJaP@C@ne}jDL",
}
}
],
"Certificates": [],
"Type": "UnencryptedConfiguration"
}"""
} ],
[ "connect_wifi_onc" ],
[ "client_ping", { "count":"10"} ],
[ "client_logout" ],
[ "destroy" ],
],
}