]> git.ipfire.org Git - thirdparty/hostap.git/commit
SAE: Fix AKM suite selector check for external authentication
authorJouni Malinen <quic_jouni@quicinc.com>
Sun, 16 Oct 2022 15:25:11 +0000 (18:25 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 16 Oct 2022 15:25:11 +0000 (18:25 +0300)
commit8392ea9e75eacf30cb09671e463d9a37c3eadd6a
treee6013e15d9350e62e8385daf29214506b98d61e3
parentab22b676a58884a177ba8bbbaf8c3a25bc886113
SAE: Fix AKM suite selector check for external authentication

AKM suite selector check was initially implemented with incorrect byte
swapping of the value from the driver (nl80211). Fix this and leave a
workaround option for any potentially deployed device where the driver
might be using the swapped byte order.

Fixes: 5ff39c1380d9 ("SAE: Support external authentication offload for driver-SME cases")
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
wpa_supplicant/sme.c