From: Jouni Malinen Date: Tue, 7 Jan 2014 21:37:13 +0000 (+0200) Subject: tests: Include vendor extension in WPS M1 X-Git-Tag: hostap_2_1~147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dccafedb9afdaa9cf0d6f751403c1bcf14d4985d;p=thirdparty%2Fhostap.git tests: Include vendor extension in WPS M1 Signed-hostap: Jouni Malinen --- diff --git a/tests/hwsim/test_ap_wps.py b/tests/hwsim/test_ap_wps.py index a617cfb22..6d67645de 100644 --- a/tests/hwsim/test_ap_wps.py +++ b/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: