blob: 9eeb02694831177d59f9372644a36f5255ac3bf8 [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":"CheckWPA_CounterMeasures",
"skip_test":"Need openwrt support to force MIC errors on demand",
"steps":[ # Channel [any]
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"2412", "mode":"11g",
"wpa":"1", "wpa_key_mgmt":"WPA-PSK",
"wpa_pairwise":"TKIP",
"wpa_passphrase":"chromeos" } ],
[ "connect", { "security":"wpa", "psk":"chromeos" } ],
[ "client_ping_bg" ],
[ "sleep", { "time":"3" } ],
[ "client_monitor_start" ],
[ "client_force_mic_error" ],
[ "client_check_event_mic" ],
[ "client_force_mic_error" ],
[ "client_check_event_mic" ],
[ "client_check_event_countermeasures" ],
[ "sleep", { "time":"45" } ],
[ "client_monitor_stop" ],
[ "client_ping_bg_stop" ],
[ "destroy" ],
],
}