blob: bae59cefd6964ed72746fc8720d9c27acfb9eb82 [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 2.4 GHz channels (20MHz channels only).
{ "name":"Check24HT20",
"steps":[ # Channel 1,6,11
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"2412", "ht20":None, "puren":None,
"ssid_suffix": "ch1" } ],
[ "connect", { "security":"none" } ],
[ "client_ping", { "count":"10" } ],
[ "deconfig" ],
[ "config", { "channel":"2437", "ht20":None, "puren":None,
"ssid_suffix": "ch6" } ],
[ "connect", { "security":"none" } ],
[ "client_ping", { "count":"10" } ],
[ "deconfig" ],
[ "config", { "channel":"2462", "ht20":None, "puren":None,
"ssid_suffix": "ch11" } ],
[ "connect", { "security":"none" } ],
[ "client_ping", { "count":"10" } ],
[ "destroy" ],
],
}