]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/ieee802_11.c
SAE: Centralize function for sending initial COMMIT
authorBob Copeland <me@bobcopeland.com>
Wed, 7 Jan 2015 06:10:56 +0000 (01:10 -0500)
committerJouni Malinen <j@w1.fi>
Sat, 10 Jan 2015 09:43:29 +0000 (11:43 +0200)
commita206e2a1755cefa3ec041d00dd97cc88f05b87f1
tree17937a1a960f499b0879b7d5a98c5a5d680e1549
parent28c91ee1242755687c722ef883ad00efc74fae0a
SAE: Centralize function for sending initial COMMIT

When performing SAE authentication in mesh, one station may
initiate authentication by sending a COMMIT as soon as a peer
candidate is discovered. Previously we did this in mesh_rsn.c,
but this left some of the state initialization in a different
part of the code from the rest of the state machine, and we may
need to add other initializations here in the future, so move
that to a more central function.

Signed-off-by: Bob Copeland <me@bobcopeland.com>
src/ap/ieee802_11.c
src/ap/ieee802_11.h
wpa_supplicant/mesh_rsn.c