| Index: server/site_tests/network_WiFiSecMat/010CheckWPA_TKIP
|
| diff --git a/server/site_tests/network_WiFiSecMat/010CheckWPA_TKIP b/server/site_tests/network_WiFiSecMat/010CheckWPA_TKIP
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..04e11498c8262b838ab0f1c99c7cba68c21e1c79
|
| --- /dev/null
|
| +++ b/server/site_tests/network_WiFiSecMat/010CheckWPA_TKIP
|
| @@ -0,0 +1,16 @@
|
| +# 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_TKIP",
|
| + "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", { "count":"10" } ],
|
| + [ "destroy" ],
|
| + ],
|
| +}
|
|
|