]> git.ipfire.org Git - thirdparty/hostap.git/commit
macsec: Do not change eapol_version for non-MACsec cases in hostapd
authorJouni Malinen <jouni@codeaurora.org>
Mon, 3 Jun 2019 17:00:57 +0000 (20:00 +0300)
committerJouni Malinen <jouni@codeaurora.org>
Mon, 3 Jun 2019 17:27:44 +0000 (20:27 +0300)
commit524dc5bf1035ab83fb65887d30ec99fb55de043b
treeda5f47a0302a5a5ac609a957c320ec793635898c
parenta93b369c17b3b11b190125e2fab343a627c856e2
macsec: Do not change eapol_version for non-MACsec cases in hostapd

It is safer to maintain the old EAPOL version (2) in EAPOL frames that
are not related to MACsec and only update the version to 3 for the
MACsec specific cases.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/ap/ieee802_1x.c
src/ap/wpa_auth_glue.c