blob: 9bf205207058c2051a8a1895cdc4cda04a03fef2 [file] [log] [blame]
# 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" } ],
[ "client_ping", { "count":"10" } ],
[ "destroy" ],
],
}