| Index: server/site_tests/network_WiFiMatFunc/030Check24HT20
|
| diff --git a/server/site_tests/network_WiFiMatFunc/030Check24HT20 b/server/site_tests/network_WiFiMatFunc/030Check24HT20
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..909368604648779088386366fc3a3f40992574e2
|
| --- /dev/null
|
| +++ b/server/site_tests/network_WiFiMatFunc/030Check24HT20
|
| @@ -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":"Check24HT20",
|
| + "steps":[ # Channel 1,6,11
|
| + [ "create", { "type":"hostap" } ],
|
| +
|
| + [ "config", { "channel":"2412", "ht20":None, "puren":None } ],
|
| + [ "connect", { "security":"none" } ],
|
| + [ "client_ping", { "count":"10" } ],
|
| + [ "deconfig" ],
|
| +
|
| + [ "config", { "channel":"2437", "ht20":None, "puren":None } ],
|
| + [ "connect", { "security":"none" } ],
|
| + [ "client_ping", { "count":"10" } ],
|
| + [ "deconfig" ],
|
| +
|
| + [ "config", { "channel":"2462", "ht20":None, "puren":None } ],
|
| + [ "connect", { "security":"none" } ],
|
| + [ "client_ping", { "count":"10" } ],
|
| + [ "destroy" ],
|
| + ],
|
| +}
|
|
|