Chromium Code Reviews| Index: server/site_tests/network_WiFiMatFunc/011CheckIBSS |
| diff --git a/server/site_tests/network_WiFiMatFunc/011CheckIBSS b/server/site_tests/network_WiFiMatFunc/011CheckIBSS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9bf205207058c2051a8a1895cdc4cda04a03fef2 |
| --- /dev/null |
| +++ b/server/site_tests/network_WiFiMatFunc/011CheckIBSS |
| @@ -0,0 +1,16 @@ |
| +# 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. |
| + |
| +# Create and connect to an IBSS (AdHoc) server. |
| +{ "name":"CheckIBSS", |
| + "steps":[ # Channel [1,6,11] |
| + [ "create", { "type":"ibss" } ], |
| + [ "config", { "channel":"2412", "mode":"11b" } ], |
| + # There's a delay before the IBSS service becomes ready |
| + [ "sleep", { "time": "5" } ], |
| + [ "connect", { "security":"none", "mode":"adhoc" } ], |
|
Sam Leffler
2011/03/03 22:12:15
is it possible to wait for iw event to tell us we'
Paul Stewart
2011/03/03 22:42:27
Will try to work this into a different commit afte
|
| + [ "client_ping", { "count":"10" } ], |
| + [ "destroy" ], |
| + ], |
| +} |