]> git.ipfire.org Git - thirdparty/hostap.git/commit
AP: Use the MLD MAC address for SAE authentication failures and testing
authorIlan Peer <ilan.peer@intel.com>
Thu, 21 Dec 2023 11:38:06 +0000 (13:38 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 22 Dec 2023 14:47:48 +0000 (16:47 +0200)
commit615835626feaf8ec8e95ccb620320d172efce9a2
treef80d408c849cd2a084fe58db33ea7e9c4e3b038f
parent4a973718d46b83c91496cfd469ccdf836ffeccb4
AP: Use the MLD MAC address for SAE authentication failures and testing

In cases of SAE failure and testing, mgmt->sa was used for sending the
Authentication frame. Fix these to use the station address (which is
the MLD MAC address in cases of non-AP MLDs).

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
src/ap/ieee802_11.c