blob: 4ce362ed00e08ff6b0bed83374d864189bd0df4e [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":"CheckRSN",
"steps":[ # Channel [any]
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"2412", "mode":"11g",
"wpa":"2", "wpa_key_mgmt":"WPA-PSK",
"rsn_pairwise":"CCMP",
"wpa_passphrase":"chromeos" } ],
[ "connect", { "security":"rsn", "psk":"chromeos" } ],
[ "client_ping", { "count":"10" } ],
[ "destroy" ],
],
}