blob: bfe92c685b448b8711dd28f4fa6d0350e1886801 [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 verfies that DUT can connect to an open 802.11b network
# on channels 1, 6, 11.
{ "name":"Check11b",
"steps":[ # Channel 1,6,11
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"2412", "mode":"11b",
"ssid_suffix": "ch1" } ],
[ "connect", { "security":"none" } ],
[ "client_ping", { "count":"10" } ],
[ "disconnect" ],
[ "deconfig" ],
[ "config", { "channel":"2437", "mode":"11b",
"ssid_suffix": "ch6" } ],
[ "connect", { "security":"none" } ],
[ "client_ping", { "count":"10" } ],
[ "disconnect" ],
[ "deconfig" ],
[ "config", { "channel":"2462", "mode":"11b",
"ssid_suffix": "ch11" } ],
[ "connect", { "security":"none" } ],
[ "client_ping", { "count":"10" } ],
[ "destroy" ],
],
}