]> git.ipfire.org Git - thirdparty/hostap.git/commit
mesh: Fix RSN initialization failure handling
authorJouni Malinen <j@w1.fi>
Sat, 25 May 2019 18:48:45 +0000 (21:48 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 25 May 2019 18:48:45 +0000 (21:48 +0300)
commit0de46d8a6643d3c73046982f2415f7ea960cfbfd
treee94024812f611f54442867378b0d7b20b32fe114
parent7d43c7b2d63d9f9849ab4779a1ab20816f640e74
mesh: Fix RSN initialization failure handling

The driver was left in mesh mode (joined to the group) if RSN
authenticator initialization failed. This could result in next
operations failing due to unexpected driver state.

This was found with the following hwsim test case sequence:
mesh_wpa_auth_init_oom dpp_config_no_discovery

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