blob: 8005d2adb112aa1147233292c42bbf8bd88d8d57 [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":"CheckPowerSave",
"steps":[ # Channel 6
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"2437", "mode":"11g", "dtimperiod":"5" } ],
[ "connect", { "security":"none" } ],
# XXX verify client enters power save mode
[ "client_ping", { "count":"10" } ],
[ "server_ping", { "count":"10" } ],
[ "destroy" ],
],
}