blob: 0dede28f2ebfeb517c15a22571144517f8b67a79 [file] [log] [blame]
# Copyright (c) 2010 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":"CheckWPA_Multi",
"steps":[ # Channel [any]
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"2412", "mode":"11g",
"wpa":"1", "wpa_key_mgmt":"WPA-PSK",
"wpa_pairwise":"TKIP CCMP",
"wpa_passphrase":"chromeos" } ],
[ "connect", { "security":"wpa", "psk":"chromeos" } ],
[ "client_ping", { "count":"10" } ],
[ "destroy" ],
],
}