Parcourir la source

tests: Include vendor extension in WPS M1

Signed-hostap: Jouni Malinen <j@w1.fi>
Jouni Malinen il y a 11 ans
Parent
commit
dccafedb9a
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      tests/hwsim/test_ap_wps.py

+ 1 - 0
tests/hwsim/test_ap_wps.py

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