| Index: server/site_tests/network_WiFiSecMat/050Perf11b_WEP
|
| diff --git a/server/site_tests/network_WiFiSecMat/050Perf11b_WEP b/server/site_tests/network_WiFiSecMat/050Perf11b_WEP
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..26a34f0f75ba59f3b3efaaa459151fe19cb4b8a7
|
| --- /dev/null
|
| +++ b/server/site_tests/network_WiFiSecMat/050Perf11b_WEP
|
| @@ -0,0 +1,24 @@
|
| +# 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":"11g",
|
| +# "authmode":"open", "wepmode":"on",
|
| + "wepmode":"on",
|
| + # 26 digits : 01234567890123456789012345
|
| + "wep_key0": "0123456789abcdef0123456789",
|
| + "deftxkey":"0"
|
| + }
|
| + ],
|
| + [ "connect", { "security":"wep",
|
| + "psk":"0:0123456789abcdef0123456789" } ],
|
| + [ "client_netperf", { "test":"UDP_STREAM" } ],
|
| + [ "server_netperf", { "test":"UDP_STREAM" } ],
|
| + [ "client_netperf", { "test":"TCP_STREAM" } ],
|
| + [ "server_netperf", { "test":"TCP_STREAM" } ],
|
| + [ "destroy" ],
|
| + ],
|
| +}
|
|
|