]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Enable CCMP fragmentation check
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 24 Feb 2014 15:15:16 +0000 (17:15 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 24 Feb 2014 15:15:16 +0000 (17:15 +0200)
This was triggering failures due to a mac80211 bug that has now been
fixed.

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

index 018e055d693eb99d95523c42d288cbcb17f30b20..a764d9877da964821ee011e7dd91705f177f4895 100644 (file)
@@ -39,5 +39,4 @@ def test_ap_fragmentation_wpa2(dev, apdev):
     params['fragm_threshold'] = "1000"
     hostapd.add_ap(apdev[0]['ifname'], params)
     dev[0].connect(ssid, psk=passphrase, scan_freq="2412")
-    # TODO: figure out why this fails.. mac80211 bug?
-    #hwsim_utils.test_connectivity(dev[0].ifname, apdev[0]['ifname'])
+    hwsim_utils.test_connectivity(dev[0].ifname, apdev[0]['ifname'])