blob: 63dc4ce17247715c502fffee2af14f8d6efd611a [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 open 802.11n network
# on 5 GHz channel (40MHz-channel with the second 20MHz chunk of the 40MHz
# channel on the channel below the center channel).
{ "name":"Check5HT40",
"steps":[ # Channel 48
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"5240", "ht40-":None, "puren":None } ],
[ "connect", { "security":"none" } ],
[ "client_ping", { "count":"10" } ],
[ "destroy" ],
],
}