From: Jouni Malinen Date: Sat, 26 Mar 2016 17:07:49 +0000 (+0200) Subject: tests: QCA vendor element parsing X-Git-Tag: hostap_2_6~657 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=542c68a688c945512b6668f346084e3660000a9a;p=thirdparty%2Fhostap.git tests: QCA vendor element parsing Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_ap_params.py b/tests/hwsim/test_ap_params.py index 1b7417ce5..50d968e45 100644 --- a/tests/hwsim/test_ap_params.py +++ b/tests/hwsim/test_ap_params.py @@ -57,7 +57,7 @@ def test_ap_vendor_elements(dev, apdev): if "dd0411223301" not in bss['ie']: raise Exception("Vendor element not shown in scan results") - hapd.set('vendor_elements', 'dd051122330203') + hapd.set('vendor_elements', 'dd051122330203dd0400137400dd04001374ff') if "OK" not in hapd.request("UPDATE_BEACON"): raise Exception("UPDATE_BEACON failed") dev[1].scan_for_bss(apdev[0]['bssid'], freq="2412")