blob: 54e9f31e8e33e63f1392230de7b5f1f5412ee77a [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.11n AP with
# protected mode using a legacy (802.11a/b/g) protocol.
{ "name":"Check11nProtection",
"skip_test":"waiting on hostapd support for 802.11n protected mode",
"steps":[ # Channel 48
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"5240", "mode":"11n", "htprotmode":"rts" } ],
[ "connect", { "security":"none" } ],
# XXX associate legacy client
[ "client_ping", { "count":"10" } ],
# XXX verify protection used
[ "destroy" ],
],
}