]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Allow more time for connection in sae_anti_clogging_during_attack
authorJouni Malinen <quic_jouni@quicinc.com>
Wed, 19 Mar 2025 19:21:01 +0000 (21:21 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 19 Mar 2025 19:21:01 +0000 (21:21 +0200)
commit294ab26b9147c38323ba71354a88e0b8be7526f4
tree26aa745b9121f7c324aa4e1c999d82db27dfb49b
parent5105f9cb9ab492ffa46cc7c1b17b3af02915077a
tests: Allow more time for connection in sae_anti_clogging_during_attack

This almost-a-busy-loop approach for testing SAE anti-clogging token
under an attack is not really robust with UML time-travel. Add a
time-based option for continuing the test instead of just fixed limit on
the number of loop iterations to make this somewhat more likely to
succeed.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
tests/hwsim/test_sae.py