blob: 50a75ce865d96422d0539516a8d4ccc6153755f1 [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.
{ "name":"CheckHiddenSSID",
"steps":[ # Channel 6
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"2437", "mode":"11g", "hidessid":None } ],
[ "connect", { "security":"none" } ],
[ "client_ping", { "count":"10" } ],
[ "destroy" ],
],
}