]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Include vendor extension in WPS M1
authorJouni Malinen <j@w1.fi>
Tue, 7 Jan 2014 21:37:13 +0000 (23:37 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 7 Jan 2014 21:37:13 +0000 (23:37 +0200)
Signed-hostap: Jouni Malinen <j@w1.fi>

tests/hwsim/test_ap_wps.py

index a617cfb22045b4c635a65fc02902c24c9d9fcd1c..6d67645de3bd195c968f353eaa164905c459ec3b 100644 (file)
@@ -808,6 +808,7 @@ def test_ap_wps_new_version_sta(dev, apdev):
     hapd.request("WPS_PBC")
     dev[0].dump_monitor()
     dev[0].request("SET wps_version_number 0x43")
+    dev[0].request("SET wps_vendor_ext_m1 000137100100020001")
     dev[0].request("WPS_PBC")
     ev = dev[0].wait_event(["CTRL-EVENT-CONNECTED"], timeout=30)
     if ev is None: