mesh: Add timer for SAE authentication in RSN mesh
authorChun-Yeow Yeoh <yeohchunyeow@gmail.com>
Mon, 1 Sep 2014 04:23:31 +0000 (00:23 -0400)
committerJouni Malinen <j@w1.fi>
Sun, 16 Nov 2014 17:43:11 +0000 (19:43 +0200)
commitc596f3f083d1638b72758f9106770b264ca40f84
treeb2e7e318d798577b2b6d0edb65ef438e988588cd
parentc50d94f1f8c1e30ce6f0da01c2c4d2f591191617
mesh: Add timer for SAE authentication in RSN mesh

Add timer to do SAE re-authentication with number of tries defined
by MESH_AUTH_RETRY and timeout defined by MESH_AUTH_TIMEOUT.

Ignoring the sending of reply message on "SAE confirm before commit"
to avoid "ping-pong" issues with other mesh nodes. This is obvious when
number of mesh nodes in MBSS reaching 6.

Signed-off-by: Chun-Yeow Yeoh <yeohchunyeow@gmail.com>
Signed-off-by: Bob Copeland <me@bobcopeland.com>
src/ap/hostapd.h
src/ap/sta_info.c
src/ap/sta_info.h
wpa_supplicant/mesh.c
wpa_supplicant/mesh_mpm.c
wpa_supplicant/mesh_mpm.h
wpa_supplicant/mesh_rsn.c
wpa_supplicant/mesh_rsn.h