]> git.ipfire.org Git - thirdparty/hostap.git/commit
wlantest: Fix EAPOL buffer length with variable MIC length
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 24 Mar 2017 18:53:54 +0000 (20:53 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 26 Mar 2017 18:13:10 +0000 (21:13 +0300)
commit19e7ddf7fbdc40f2eeef625a63eda2fc17a3739d
tree6a92359dbce4035a0ccf9cd4a8f25667eccd2324
parent6c2056abe559aaaa516c9f45b9adf8b955383f81
wlantest: Fix EAPOL buffer length with variable MIC length

struct wpa_eapol_key does not include the MIC field anymore, so need to
add it explicitly.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wlantest/rx_eapol.c