blob: 2364beecd92c6a2fac66f2e17a836e64fb4dfa7d [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_WEP",
"steps":[ # Channel [1,6,11]
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"2412", "mode":"11b",
# "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 } ],
[ "destroy" ],
],
}