]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Fix auth_alg selection with FILS in the connect command
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 24 Aug 2017 20:30:20 +0000 (23:30 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 24 Aug 2017 20:30:20 +0000 (23:30 +0300)
commit64a0a75b5b6331fb70032258cbece6c82c9698dc
tree01f92ba5e69443e63c22593bc562246fd76aeda2
parent7475e80f149fcd799e273a9e8ff9ea00de42d792
nl80211: Fix auth_alg selection with FILS in the connect command

NL80211_ATTR_AUTH_TYPE needs to be skipped if multiple auth_alg options
are included. The previous list missed the new FILS auth_alg here and
ended up not doing so if OPEN and FILS were included.

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