blob: 9e8928f50dc268c74ea2f340716edff76be746c2 [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":"Check11a",
"steps":[ # Channel 64
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"5320", "mode":"11a" } ], # XXX freq
[ "connect", { "security":"none" } ],
[ "client_ping", { "count":"10" } ],
[ "destroy" ],
],
}