blob: 0694f9a1f05cc379259428d18e381a4dec373148 [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.
# Connect to a WPA network using a raw PMK value instead of an ASCII passphrase
{ "name":"CheckWPA_RawPMK",
"steps":[ # Channel [any]
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"2412", "mode":"11g",
"wpa":"1", "wpa_key_mgmt":"WPA-PSK",
"wpa_pairwise":"TKIP",
"wpa_psk":"0123456789abcdef"*4 } ],
[ "connect", { "security":"wpa", "psk":"0123456789abcdef"*4 } ],
[ "client_ping", { "count":"10" } ],
[ "destroy" ],
],
}