blob: a2642e5bd08f52f76e6be0801defaa9ca9b52063 [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":"Perf11a_WEP",
"steps":[ # Channel 48
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"5240", "mode":"11a",
# "authmode":"open", "wepmode":"on",
"wepmode":"on",
# 26 digits : 01234567890123456789012345
"wep_key0" :"0123456789abcdef0123456789",
"deftxkey":"0"
}
],
[ "connect", { "security":"wep",
"psk":"0:0123456789abcdef0123456789" } ],
[ "client_iperf", { "udp":None } ],
[ "server_iperf", { "udp":None } ],
[ "client_iperf", { "tcp":None } ],
[ "server_iperf", { "tcp":None } ],
# XXX multiple streams
# XXX mixed streams
[ "destroy" ],
],
}