blob: 63dc4ce17247715c502fffee2af14f8d6efd611a [file] [log] [blame]
Sam Leffler6969d1d2010-03-15 16:07:11 -07001# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
Tan Gao99775ba2012-07-25 14:08:18 -07005# Purpose: This test verifies that DUT can connect to an open 802.11n network
6# on 5 GHz channel (40MHz-channel with the second 20MHz chunk of the 40MHz
7# channel on the channel below the center channel).
8
Sam Leffler6969d1d2010-03-15 16:07:11 -07009{ "name":"Check5HT40",
Sam Leffler5c3ba5c2010-06-02 09:30:51 -070010 "steps":[ # Channel 48
Sam Leffler6969d1d2010-03-15 16:07:11 -070011 [ "create", { "type":"hostap" } ],
Paul Stewartc1df8d62011-04-07 14:28:15 -070012 [ "config", { "channel":"5240", "ht40-":None, "puren":None } ],
Sam Leffler6969d1d2010-03-15 16:07:11 -070013 [ "connect", { "security":"none" } ],
14 [ "client_ping", { "count":"10" } ],
15 [ "destroy" ],
16 ],
17}