From 542c68a688c945512b6668f346084e3660000a9a Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 26 Mar 2016 19:07:49 +0200 Subject: [PATCH] tests: QCA vendor element parsing Signed-off-by: Jouni Malinen --- tests/hwsim/test_ap_params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.39.2