blob: b2c81591345831543c2d0ec5b8badf73608c3a74 [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":"Check11g",
"steps":[ # Channel 1,6,11
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"2412", "mode":"11g", "pureg":None } ],
[ "connect", { "security":"none" } ],
[ "client_ping", { "count":"10" } ],
[ "disconnect" ],
[ "deconfig" ],
[ "config", { "channel":"2437", "mode":"11g", "pureg":None } ],
[ "connect", { "security":"none" } ],
[ "client_ping", { "count":"10" } ],
[ "disconnect" ],
[ "deconfig" ],
[ "config", { "channel":"2462", "mode":"11g", "pureg":None } ],
[ "connect", { "security":"none" } ],
[ "client_ping", { "count":"10" } ],
[ "destroy" ],
],
}