From: Jouni Malinen Date: Wed, 8 Oct 2014 15:27:12 +0000 (+0300) Subject: tests: Re-enable DFS connection check X-Git-Tag: hostap_2_3~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c634d320efaba82bcc60d147cd7871f26aefe592;p=thirdparty%2Fhostap.git tests: Re-enable DFS connection check It looks like association with DFS works fine with the current kernel version, so re-enable this part of the DFS test cases. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_dfs.py b/tests/hwsim/test_dfs.py index ff6dc3e45..f929d4545 100644 --- a/tests/hwsim/test_dfs.py +++ b/tests/hwsim/test_dfs.py @@ -82,8 +82,7 @@ def test_dfs(dev, apdev): if freq != "5260": raise Exception("Unexpected frequency") - #TODO: need to fix hwsim for DFS?! - #dev[0].connect("dfs", key_mgmt="NONE") + dev[0].connect("dfs", key_mgmt="NONE") finally: subprocess.call(['sudo', 'iw', 'reg', 'set', '00']) @@ -130,8 +129,7 @@ def test_dfs_radar(dev, apdev): if freq != "5260": raise Exception("Unexpected frequency") - #TODO: need to fix hwsim for DFS?! - #dev[0].connect("dfs", key_mgmt="NONE") + dev[0].connect("dfs", key_mgmt="NONE") finally: subprocess.call(['sudo', 'iw', 'reg', 'set', '00'])