blob: 73ffdb53dcfba38fcd1e9a906bfc312ab2a6dd95 [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":"CheckDTIM",
"steps":[ # Channel 6
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"2437", "mode":"11g", "dtimperiod":"5" } ],
[ "client_powersave_on" ],
[ "connect", { "security":"none" } ],
[ "client_check_dtimperiod", [ "5" ] ],
[ "client_ping", { "count":"10" } ],
[ "client_powersave_off" ],
[ "destroy" ],
],
}