blob: 7ba3d0d2fec51b7c3be8fdf4d4f3a9af24024b3b [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" } ],
[ "client_powersave_on" ],
[ "connect", { "security":"none" } ],
# XXX verify client enters power save mode
[ "client_ping", { "count":"10" } ],
[ "server_ping", { "count":"10" } ],
[ "client_powersave_off" ],
[ "destroy" ],
],
}