blob: 4b391b6f4b47828965f175072d419975f02014b0 [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":"003WepAlphaNumeric",
"steps":[
[ "create", { "type":"hostap" } ],
[ "config", { "ssid":"003WepAlphaNumeric",
"channel":"2412", "mode":"11g",
"wepmode":"on",
"wep_key0": "0123456789abcdef9876543210",
"wep_key1": "abcdef01234567899876543210",
"wep_key2": "01234567899876543210abcdef",
"wep_key3": "0123456789abcdef9876543210"
}
],
[ "set_user_onc",
{ "onc":
"""{
"NetworkConfigurations": [
{
"GUID": "{485d6076-dd44-6b6d-69787465725f5045}",
"Type": "WiFi",
"Name": "My WiFi Network",
"WiFi": {
"SSID": "003WepAlphaNumeric",
"Security": "WEP-PSK",
"Passphrase": "0123456789abcdef9876543210",
}
}
],
"Certificates": [],
"Type": "UnencryptedConfiguration"
}"""
} ],
[ "connect_wifi_onc" ],
[ "client_ping", { "count":"10"} ],
[ "client_logout" ],
[ "destroy" ],
],
}