mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
tests: Fix wpas_mesh_open_vht20 false negative by using common finalizer
wpas_mesh_open_vht20 might fails with this message: --------------- wlan0: Country code not reset back to 00: is US wlan0: Country code cleared back to 00 --------------- This patch fixes the issue. Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
This commit is contained in:
parent
91de752d17
commit
54830a2445
@ -1081,11 +1081,7 @@ def test_wpas_mesh_open_vht20(dev, apdev):
|
|||||||
try:
|
try:
|
||||||
_test_wpas_mesh_open_vht20(dev, apdev)
|
_test_wpas_mesh_open_vht20(dev, apdev)
|
||||||
finally:
|
finally:
|
||||||
dev[0].request("MESH_GROUP_REMOVE " + dev[0].ifname)
|
clear_reg_setting(dev)
|
||||||
dev[1].request("MESH_GROUP_REMOVE " + dev[1].ifname)
|
|
||||||
subprocess.call(['iw', 'reg', 'set', '00'])
|
|
||||||
dev[0].flush_scan_cache()
|
|
||||||
dev[1].flush_scan_cache()
|
|
||||||
|
|
||||||
def _test_wpas_mesh_open_vht20(dev, apdev):
|
def _test_wpas_mesh_open_vht20(dev, apdev):
|
||||||
check_mesh_support(dev[0])
|
check_mesh_support(dev[0])
|
||||||
|
Loading…
Reference in New Issue
Block a user