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:
parent
0c481b7866
commit
0defc42a49
1 changed files with 5 additions and 0 deletions
|
@ -816,6 +816,11 @@ def run_ap_ft_pmf_bip_over_ds(dev, apdev, cipher):
|
||||||
params["group_mgmt_cipher"] = cipher
|
params["group_mgmt_cipher"] = cipher
|
||||||
hapd1 = hostapd.add_ap(apdev[1], params)
|
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,
|
run_roams(dev[0], apdev, hapd0, hapd1, ssid, passphrase, over_ds=True,
|
||||||
group_mgmt=cipher)
|
group_mgmt=cipher)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue