]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: QCA vendor element parsing
authorJouni Malinen <j@w1.fi>
Sat, 26 Mar 2016 17:07:49 +0000 (19:07 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 26 Mar 2016 20:53:58 +0000 (22:53 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_ap_params.py

index 1b7417ce5e644bf7e19e71550ad156d768b50708..50d968e45f1622a29b122b831497e304908d1e5b 100644 (file)
@@ -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")