mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
tests: QCA vendor element parsing
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
6849b3de8f
commit
542c68a688
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user