]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Avoid a race condition in DPP retry validation
authorJouni Malinen <quic_jouni@quicinc.com>
Mon, 18 Dec 2023 15:00:55 +0000 (17:00 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 18 Dec 2023 15:00:55 +0000 (17:00 +0200)
commit48797ff87cfbbbe7fe90af7a2dd4594bdacb0b60
treee27dacbb27ffbb0ed5a5bf7a0f7ec4a54d9a872e
parentd6509ffb923a948066186b0bacbf4ca338aba6aa
tests: Avoid a race condition in DPP retry validation

Wait a bit to allow stopping of the DPP_LISTEN operation to be completed
before issuing the DPP_QR_CODE command that would send the frame that
these test cases expect to not get ACKed.

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