From: Jouni Malinen Date: Sat, 9 Mar 2019 09:37:02 +0000 (+0200) Subject: tests: Add wlantest description for ap_ft_pmf_*_over_ds X-Git-Tag: hostap_2_8~267 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0defc42a49a3c92954c2cf7bc08bdd86de9f835e;p=thirdparty%2Fhostap.git 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 --- 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)