]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: FST attach with llt=0
authorJouni Malinen <j@w1.fi>
Sat, 18 Jul 2015 08:01:44 +0000 (11:01 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 18 Jul 2015 08:01:44 +0000 (11:01 +0300)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_fst_module.py

index abed8232fc42659ab77a53ea68e6dbf12260cc1a..fff2934d89e4ae8257be3b3dbd0e7bfb534a793c 100644 (file)
@@ -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()