blob: 681e6675827d58f329e18aa3277cdcbec3632fcc [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.
# Purpose: This test verifies that DUT can connect to an IBSS (AdHoc) server.
{ "name":"CheckIBSS",
"steps":[
[ "create", { "type":"ibss" } ],
[ "config", { "channel":"2412", "mode":"11b",
"local_server": {} } ],
# There's a delay before the IBSS service becomes ready
[ "sleep", { "time": "5" } ],
[ "connect", { "security":"none", "mode":"adhoc" } ],
[ "client_ping", { "count":"10", "dest":"router" } ],
[ "destroy" ],
],
}