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