blob: 980e93b14c3f795854a8f7d76dedd3a26a808c33 [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.
# This tests that the DUT can associate to an AP that requires 802.11w
# (Protected Management Frame). The DUT must detect that the AP
# requires this feature.
{ "name":"CheckWPA_PMF",
"steps":[ # Channel [any]
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"2412", "mode":"11g",
"wpa":"2", "wpa_key_mgmt":"WPA-PSK",
"wpa_pairwise":"CCMP",
"wpa_passphrase":"chromeos",
"ieee80211w":"2" } ], # set PMF to "mandatory"
[ "connect", { "security":"rsn", "psk":"chromeos" } ],
[ "client_ping", { "count":"10" } ],
[ "destroy" ],
],
}