From: Jouni Malinen Date: Sat, 18 Jul 2015 08:01:44 +0000 (+0300) Subject: tests: FST attach with llt=0 X-Git-Tag: hostap_2_5~367 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=febd7a4c4063fda2ce477b69dfe1fccf228be54e;p=thirdparty%2Fhostap.git tests: FST attach with llt=0 Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_fst_module.py b/tests/hwsim/test_fst_module.py index abed8232f..fff2934d8 100644 --- a/tests/hwsim/test_fst_module.py +++ b/tests/hwsim/test_fst_module.py @@ -2008,3 +2008,10 @@ def test_fst_session_oom(dev, apdev, test_params): finally: fst_module_aux.disconnect_two_ap_sta_pairs(ap1, ap2, sta1, sta2) fst_module_aux.stop_two_ap_sta_pairs(ap1, ap2, sta1, sta2) + +def test_fst_attach_zero_llt(dev, apdev): + """FST attach with llt=0""" + sta1 = fst_module_aux.FstSTA('wlan5', fst_test_common.fst_test_def_group, + "100", "0") + sta1.start() + sta1.stop()