]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Re-enable wext_open
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 28 Nov 2014 15:27:44 +0000 (17:27 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 28 Nov 2014 21:02:30 +0000 (23:02 +0200)
driver_wext.c is again able to configure open network, so re-enable the
test case for it.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
tests/hwsim/test_wext.py

index a3a9140777231ffc36506ffd5b00fc6d14bdbc08..1248507a64ff1012f4f76d78973a0d0d55299c98 100644 (file)
@@ -12,10 +12,7 @@ import hostapd
 import hwsim_utils
 from wpasupplicant import WpaSupplicant
 
-# It did not look like open mode association completed with WEXT.. Commenting
-# this test case out for now. If you care about WEXT, feel free to fix it and
-# submit a patch to remove the "REMOVED_" prefix here..
-def REMOVED_test_wext_open(dev, apdev):
+def test_wext_open(dev, apdev):
     """WEXT driver interface with open network"""
     if not os.path.exists("/proc/net/wireless"):
         logger.info("WEXT support not included in the kernel")