]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Permit multiple GO negotiation failures
authorBenjamin Berg <benjamin.berg@intel.com>
Thu, 12 Jun 2025 08:10:21 +0000 (10:10 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 21 Jun 2025 08:52:01 +0000 (11:52 +0300)
commit13ab8ab9dd9a353ce4b99cad69d99ad1cc514662
tree1457d44acded2b432b9d6fb3a3fea36ad3c54602
parent4d11b27cecc84f7812e5d858c7945234013eec1f
tests: Permit multiple GO negotiation failures

In this test the station will do a P2P find and then send a GO
negotiation request. However, the other station may not be on the listen
channel at the time when the action frame is transmitted. In this case,
the find/GO neg request sequence is restarted.

The test currently times out if this sequence fails twice in a row. Be
more tolerant to this type of failure and increase the timeout.

It may also be possible to improve the retransmit strategy.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
Reviewed-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
tests/hwsim/test_p2p_grpform.py