blob: 7674b4759005dedb6694d537adcdd3a8c36595d1 [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":"Perf11g_WEP",
"steps":[ # Channel 1
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"2412", "mode":"11g",
# "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" ],
],
}