]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Update port authorized indication for MLO address
authorVinayak Yadawad <vinayak.yadawad@broadcom.com>
Mon, 20 Nov 2023 12:39:33 +0000 (18:09 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 24 Nov 2023 16:49:01 +0000 (18:49 +0200)
commit69ea73bfed309810243a2002fd0ea9c26e0ddd89
tree9d7df1a5aa642e19bbd543825cb1e89d48d18841
parent6f014c0d0145a2d0bee57acd0f378591d28a7e4a
nl80211: Update port authorized indication for MLO address

Handling of port authorized event for STA currently handles the
connected BSSID. This needs additional handling to support the AP MLD
address in case of MLO connection. The connected_addr expected by
cfg80211_port_authorized() is mld_addr for ML connection case.

Signed-off-by: Vinayak Yadawad <vinayak.yadawad@broadcom.com>
src/drivers/driver_nl80211_event.c