blob: a7439b78e3acd3ad03df70a64f29527956eca012 [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.
{ "name":"CheckBinterval",
"steps":[ # Channel 6
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"2437", "mode":"11g", "bintval":"200" } ],
[ "connect", { "security":"none" } ],
[ "client_check_bintval", [ "200" ] ],
[ "client_ping", { "count":"10" } ],
[ "destroy" ],
],
}