]> git.ipfire.org Git - thirdparty/hostap.git/commit
SAE: Reorder SAE and FT-SAE AKM selection to prefer the FT option
authorJouni Malinen <jouni@codeaurora.org>
Tue, 26 Mar 2019 04:32:10 +0000 (06:32 +0200)
committerJouni Malinen <jouni@codeaurora.org>
Tue, 26 Mar 2019 20:50:17 +0000 (22:50 +0200)
commit76fd782abe50abf9e8bf237ff32ff62b701220e7
tree30f4e27ffa7a95c74b4798a158d2bf3049053108
parent322d328e71a4c6874d10ec169d18ea76e4a23bbe
SAE: Reorder SAE and FT-SAE AKM selection to prefer the FT option

If a network profile has both SAE and FT-SAE enabled, SAE was previously
picked (and used incorrectly as explained in the previous commit). This
is not ideal since use of FT protocol can speed up roaming within in
mobility domain. Reorder this checks so that FT-SAE is preferred over
SAE if both are enabled.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
wpa_supplicant/wpa_supplicant.c