]> git.ipfire.org Git - thirdparty/hostap.git/commit
WPA: Check wpa_eapol_key_mic() result on TX
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 24 Nov 2017 10:13:26 +0000 (12:13 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 24 Nov 2017 10:13:26 +0000 (12:13 +0200)
commitbeae255a723b825d36bc2094a089a29221d391e8
tree68333237f5f744166f9e68de932ca8b7eb0849b0
parent5da4b2f386f981f0c12acd3b45cdbc84f8926b56
WPA: Check wpa_eapol_key_mic() result on TX

Verify that nothing unexpected happened with EAPOL-Key Key MIC
calculation when transmitting EAPOL-Key frames from the Authenticator.
This should not be able to happen in practice, but if if it does, there
is no point in sending out the frame without the correct Key MIC value.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/wpa_auth.c