From 0defc42a49a3c92954c2cf7bc08bdd86de9f835e Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 9 Mar 2019 11:37:02 +0200 Subject: [PATCH] tests: Add wlantest description for ap_ft_pmf_*_over_ds This is convenient to allow easier examination of the FT Action frames. Signed-off-by: Jouni Malinen --- tests/hwsim/test_ap_ft.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/hwsim/test_ap_ft.py b/tests/hwsim/test_ap_ft.py index f77c407ab..71ef74f5c 100644 --- a/tests/hwsim/test_ap_ft.py +++ b/tests/hwsim/test_ap_ft.py @@ -816,6 +816,11 @@ def run_ap_ft_pmf_bip_over_ds(dev, apdev, cipher): params["group_mgmt_cipher"] = cipher hapd1 = hostapd.add_ap(apdev[1], params) + Wlantest.setup(hapd0) + wt = Wlantest() + wt.flush() + wt.add_passphrase(passphrase) + run_roams(dev[0], apdev, hapd0, hapd1, ssid, passphrase, over_ds=True, group_mgmt=cipher) -- 2.39.2