| Index: server/site_tests/network_WiFiSecMat/052Perf11a_AES
|
| diff --git a/server/site_tests/network_WiFiSecMat/052Perf11a_AES b/server/site_tests/network_WiFiSecMat/052Perf11a_AES
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1f7fc50b5d649455b7b5a3c3740fe63ab1c78abc
|
| --- /dev/null
|
| +++ b/server/site_tests/network_WiFiSecMat/052Perf11a_AES
|
| @@ -0,0 +1,21 @@
|
| +# 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_AES",
|
| + "steps":[ # Channel 64
|
| + [ "create", { "type":"hostap" } ],
|
| + [ "config", { "channel":"5320", "mode":"11a",
|
| + "wpa":"1", "wpa_key_mgmt":"WPA-PSK",
|
| + "wpa_pairwise":"CCMP",
|
| + "wpa_passphrase":"chromeos" } ],
|
| + [ "connect", { "security":"wpa", "psk":"chromeos" } ],
|
| + [ "client_netperf", { "test":"UDP_STREAM" } ],
|
| + [ "server_netperf", { "test":"UDP_STREAM" } ],
|
| + [ "client_netperf", { "test":"TCP_STREAM" } ],
|
| + [ "server_netperf", { "test":"TCP_STREAM" } ],
|
| + # XXX multiple streams
|
| + # XXX mixed streams
|
| + [ "destroy" ],
|
| + ],
|
| +}
|
|
|