]> git.ipfire.org Git - thirdparty/hostap.git/commit
PeerKey: Fix EAPOL-Key processing
authorJouni Malinen <j@w1.fi>
Sun, 18 Dec 2016 17:07:29 +0000 (19:07 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 18 Dec 2016 17:07:29 +0000 (19:07 +0200)
commit28fb9bb195761303345945d95b3f23716c3c70af
treec64a33938341ffe8021662525dda0ef5a1f36444
parentdfc7731729be0d0a8e6bf5368d4c77048f6ead1b
PeerKey: Fix EAPOL-Key processing

Commit 6d014ffc6e654e7e802263c55ce568df153a1e1c ('Make struct
wpa_eapol_key easier to use with variable length MIC') forgot to update
number of EAPOL-Key processing steps for SMK and STK exchanges and broke
PeerKey. Fix this by updating the Key Data field pointers to match the
new style with variable length Key MIC field.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/rsn_supp/peerkey.c
src/rsn_supp/peerkey.h
src/rsn_supp/wpa.c