diff options
author | Jouni Malinen <j@w1.fi> | 2016-04-24 17:06:33 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2016-04-24 17:16:30 (GMT) |
commit | b3a27c8a3084fa9f7941535857ce8df82fc11546 (patch) | |
tree | a26cadb4f022dccfa9bda1eec8e98d30c7b756b2 /tests | |
parent | 5a766accee00218c60468ab322daeee2019b6e79 (diff) | |
download | hostap-b3a27c8a3084fa9f7941535857ce8df82fc11546.zip hostap-b3a27c8a3084fa9f7941535857ce8df82fc11546.tar.gz hostap-b3a27c8a3084fa9f7941535857ce8df82fc11546.tar.bz2 |
tests: Remove unused eap_connect import
Signed-off-by: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/hwsim/test_ap_pmf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/hwsim/test_ap_pmf.py b/tests/hwsim/test_ap_pmf.py index 7086b74..f7c5f29 100644 --- a/tests/hwsim/test_ap_pmf.py +++ b/tests/hwsim/test_ap_pmf.py @@ -13,7 +13,6 @@ import hwsim_utils import hostapd from wlantest import Wlantest from wpasupplicant import WpaSupplicant -from test_ap_eap import eap_connect def test_ap_pmf_required(dev, apdev): """WPA2-PSK AP with PMF required""" |