From: Jouni Malinen Date: Mon, 24 Feb 2014 15:15:16 +0000 (+0200) Subject: tests: Enable CCMP fragmentation check X-Git-Tag: hostap_2_2~810 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56d3b4d6688ca6c1913a02b076654a2880cd8a89;p=thirdparty%2Fhostap.git tests: Enable CCMP fragmentation check This was triggering failures due to a mac80211 bug that has now been fixed. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_ap_params.py b/tests/hwsim/test_ap_params.py index 018e055d6..a764d9877 100644 --- a/tests/hwsim/test_ap_params.py +++ b/tests/hwsim/test_ap_params.py @@ -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'])