]> git.ipfire.org Git - thirdparty/hostap.git/commit
mesh: Do not force another peering exchange on driver event
authorJouni Malinen <j@w1.fi>
Wed, 6 Jan 2016 15:20:20 +0000 (17:20 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 6 Jan 2016 15:50:15 +0000 (17:50 +0200)
commit27446e471c5e08913e8230b90ffc6c2a5659d10a
tree031e70db0445165a6aa13e6d4b7d16296075a2d7
parentcc64fe7b9e3104c4cb990eb410930676de749e02
mesh: Do not force another peering exchange on driver event

If the local driver indicated a peer candidate event when the peer had
already initiated peering exchange in open mesh case, we used to force a
new exchange to be started instead of allowing the previously started
exchange to complete. This is not desirable, so make this initiation of
the new exchange conditional on there not being an already started (or
successfully completed) exchange.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/mesh_mpm.c