mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
tests: FST attach with llt=0
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
742408afa8
commit
febd7a4c40
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user