blob: 8d6869a07a59f04b67caad9bb1bc04ca6c2c324d [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":"Check11gProtection",
"steps":[ # Channel 6
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"2437", "mode":"11g", "protmode":"rtscts" } ],
[ "connect", { "security":"none" } ],
# XXX associate 11b client
[ "client_ping", { "count":"10" } ],
# XXX verify protection used
[ "destroy" ],
],
}