]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Use the provided timeout for P2P peer discovery
authorJouni Malinen <j@w1.fi>
Sat, 27 Jan 2024 09:35:31 +0000 (11:35 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 27 Jan 2024 09:35:31 +0000 (11:35 +0200)
commitc579b07e264d2dae04afd681bd6decdd0d79282c
treee39f1454fa21e374ab1a10029d2ea92f5abd48d1
parent9e9afd9569a7ed7c65a96a8d9131b319e458776f
tests: Use the provided timeout for P2P peer discovery

p2p_go_neg_init() ignored the provided timeout value and used the
default 15 second timeout in discover_peer(). This did not allow the
recently added go_neg_pbc() timeout increase for concurrent cases to be
used fully.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/wpasupplicant.py