mesh: Mark wpa_state COMPLETED when mesh join has been performed
authorMaital Hahn <maitalm@ti.com>
Mon, 20 Jun 2016 13:27:21 +0000 (16:27 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 24 Jun 2016 16:02:58 +0000 (19:02 +0300)
commit4976618c76b954f2f584360f4e921f4a2b205526
tree296e598caa94b002c7b8cf10fc03f9a9fddc8652
parentd1bc3ec85e330ba4881a94a18fcde36b74e14652
mesh: Mark wpa_state COMPLETED when mesh join has been performed

In mesh interface, the wpa_supplicant state was either
DISCONNECT/SCANNING in non-secured connection or AUTHENTICATING in
secured connection. The latter prevented the scan. Update the
wpa_supplicant state in mesh to be COMPLETED upon initialization. This
is similar to the P2P GO case.

Signed-off-by: Maital Hahn <maitalm@ti.com>
wpa_supplicant/mesh.c
wpa_supplicant/mesh_rsn.c