blob: 882e3df497c64ef84c82c2f481567b455c124a8a [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":"Perf5HT20",
"steps":[ # Channel 48
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"5240", "ht20":None, "puren":None,
"wpa":"1", "wpa_key_mgmt":"WPA-PSK",
"wpa_pairwise":"CCMP",
"wpa_passphrase":"chromeos" } ],
[ "connect", { "security":"wpa", "psk":"chromeos" } ],
[ "client_iperf", { "udp":None } ],
[ "server_iperf", { "udp":None } ],
[ "client_iperf", { "tcp":None } ],
[ "server_iperf", { "tcp":None } ],
# XXX multiple streams
# XXX mixed streams
[ "deconfig" ],
[ "destroy" ],
],
}