blob: bea479e0954ba1a11c89b01fd3d47f7e3ee6554e [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":"Perf11b",
"steps":[ # Channel [1,6,11]
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"2412", "mode":"11b" } ],
[ "client_powersave_off" ],
[ "connect", { "security":"none" } ],
[ "client_iperf", { "udp":None } ],
[ "server_iperf", { "udp":None } ],
[ "client_iperf", { "tcp":None } ],
[ "server_iperf", { "tcp":None } ],
[ "destroy" ],
],
}