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 <j@w1.fi>
This commit is contained in:
Jouni Malinen 2019-03-09 11:37:02 +02:00
parent 0c481b7866
commit 0defc42a49

View file

@ -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)