]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Allow time for go_neg_pbc() GO Neg Resp to go out
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 23 Oct 2014 13:33:25 +0000 (16:33 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 23 Oct 2014 13:33:25 +0000 (16:33 +0300)
commitfbb79f94ebce752fd34f79ba9479629968f4bf1c
tree5497cf31d2d69b2edef2e1be29c55420564bc13e
parent7475d299abd623e0759a527be23552d639013ea1
tests: Allow time for go_neg_pbc() GO Neg Resp to go out

It was possible for the not-pre-authorized GO Negotiation case to end up
starting new GO Negotiation before the GO Negotiation Response frame
with status=1 was transmitted. While this works for group formation, it
could reduce test coverage for the common case where that response is
received. At a small sleep to make it less likely for this unexpected
sequence to happen during testing.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
tests/hwsim/test_p2p_grpform.py