]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Fix AP MLD MAC address on auth retry
authorJohannes Berg <johannes.berg@intel.com>
Tue, 26 Dec 2023 08:29:46 +0000 (10:29 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 13 Jan 2024 20:33:22 +0000 (22:33 +0200)
commitf40a5883357b24b155c24777f9e1dcad61d3a3a3
treec1ebad1f34c2fed175ccf44a921240c5c6f210a6
parent9dcb72046f132e31affdb281728f9130c15e3e83
nl80211: Fix AP MLD MAC address on auth retry

The AP MLD MAC address is meant to be preserved here, but since it's
reset to zeroes before attempting to authenticate in
nl80211_mark_disconnected(), we can't just point to the AP MLD MAC
address in drv->auth_ap_mld_addr. Fix it by using a copy.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
src/drivers/driver_nl80211.c