]> git.ipfire.org Git - thirdparty/hostap.git/commit
MLD STA: Use AP MLD address as previous BSSID for reassociation requests
authorVeerendranath Jakkam <quic_vjakkam@quicinc.com>
Fri, 5 May 2023 11:17:42 +0000 (16:47 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 25 May 2023 15:06:50 +0000 (18:06 +0300)
commitdf2f22faf9ac7f36570e0bc225e9e5a76aeb2f17
tree5b0a575d8bffcaee69d27b2dd499ac1e07521230
parent199b44213c977b43afa62c191f5f42d6ca477b05
MLD STA: Use AP MLD address as previous BSSID for reassociation requests

The Linux kernel expects to use the AP MLD address in
NL80211_ATTR_PREV_BSSID for reassociation requests when the current
association is MLO capable.

Previously, wpa_supplicant was using the BSSID value in
NL80211_ATTR_PREV_BSSID even if the connection is MLO capable. Fix this
by sending the AP MLD address in NL80211_ATTR_PREV_BSSID for
reassociation requests when MLO is used.

Signed-off-by: Veerendranath Jakkam <quic_vjakkam@quicinc.com>
wpa_supplicant/events.c
wpa_supplicant/wpa_supplicant.c