blob: 4687f9e8caa442050047ff95846dae6eae04148b [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 DUT can connect to an 802.11g AP with
# protected mode using 802.11b protocol.
# 802.11g protected mode allows both 802.11b and 802.11g devices to connect
# to the same AP, over the same band, simultaneously and time share.
{ "name":"Check11gProtection",
"skip_test":"waiting on hostapd support for 802.11g protected mode",
"steps":[ # Channel 6
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"2437", "mode":"11g", "protmode":"rtscts" } ],
[ "connect", { "security":"none" } ],
# XXX associate 11b client
[ "client_ping", { "count":"10" } ],
# XXX verify protection used
[ "destroy" ],
],
}