blob: 4b0a1e0d66036c25c6323093688991e4861d5181 [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.
# Purpose: This test verifies that the DTIM period set on the AP was
# successfully adopted by the DUT.
# DTIM = delivery traffic information message.
# DTIM period is the number of beacons between DTIMs
# (1 = every beacon includes DTIM element. Default: 2).
{ "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" ],
],
}