mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-31 01:04:03 -05:00
tests: wpa_supplicant ctrl_iface BSSID command error case
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
061c55a232
commit
feb795d6d3
@ -198,6 +198,8 @@ def test_wpas_ctrl_network(dev):
|
|||||||
raise Exception("Unexpected BSSID success")
|
raise Exception("Unexpected BSSID success")
|
||||||
if "FAIL" not in dev[0].request('BSSID ' + str(id) + ' 00:11:22:33:44'):
|
if "FAIL" not in dev[0].request('BSSID ' + str(id) + ' 00:11:22:33:44'):
|
||||||
raise Exception("Unexpected BSSID success")
|
raise Exception("Unexpected BSSID success")
|
||||||
|
if "FAIL" not in dev[0].request('BSSID ' + str(id)):
|
||||||
|
raise Exception("Unexpected BSSID success")
|
||||||
|
|
||||||
def test_wpas_ctrl_many_networks(dev, apdev):
|
def test_wpas_ctrl_many_networks(dev, apdev):
|
||||||
"""wpa_supplicant ctrl_iface LIST_NETWORKS with huge number of networks"""
|
"""wpa_supplicant ctrl_iface LIST_NETWORKS with huge number of networks"""
|
||||||
|
Loading…
Reference in New Issue
Block a user