]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Fix send_mlme for SAE external auth
authorOuden <Ouden.Biz@gmail.com>
Thu, 30 Jan 2020 09:08:14 +0000 (17:08 +0800)
committerJouni Malinen <jouni@codeaurora.org>
Sun, 2 Feb 2020 19:38:51 +0000 (21:38 +0200)
commitaad414e956fdb463d3b45eb61c42792bf0c9f558
tree7a927866ef7450ff6999ae3b9a6b470211439cc6
parentbac54daf325b7133f25f80b7a84fb6577da34712
nl80211: Fix send_mlme for SAE external auth

When external authentication is used, the station send mlme frame (auth)
to the driver may not be able to get the frequency (bss->freq) after
hostap.git commit b6f8b5a9 ("nl80211: Update freq only when CSA
completes"). Use the assoc_freq to send the MLME frame when SAE external
authentication is used to avoid this issue.

Signed-off-by: Ouden <Ouden.Biz@gmail.com>
src/drivers/driver_nl80211.c