Ignore auth/assoc timeout events in mesh configuration
authorJouni Malinen <j@w1.fi>
Sun, 30 Nov 2014 13:42:26 +0000 (15:42 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 30 Nov 2014 13:53:11 +0000 (15:53 +0200)
commit9a700ff9efadc7f817b6aea01f8bdaf363ccc29d
tree0d80dca2d6069c00c8e819dc0080335c1216e6c0
parent0a11409c00769026b4e89c5cbb089118256d3475
Ignore auth/assoc timeout events in mesh configuration

It was possible for auth/assoc timeout/failure event from the driver to
result in unexpected processing during mesh group setup if that
operation was started before the previously started driver operation to
association/connect had completed. Since those events cannot happen in
mesh cases, ignore them to avoid issues due to this corner case.

For example, monitor_iface_unknown_sta followed by wpas_mesh_secure test
case resulted in failure without this change.

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