]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: mac80211: clarify beacon parsing with MBSSID/EMA
authorJohannes Berg <johannes.berg@intel.com>
Fri, 29 May 2026 08:24:58 +0000 (10:24 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 3 Jun 2026 12:11:57 +0000 (14:11 +0200)
commit32e223198539bd8be5a84764df869f88bc56f25b
treeb26352436e87fe71b295a89d9502e0c9d8bf5bd1
parente41dc5921e2413cefd627b270f63367ed67d3f28
wifi: mac80211: clarify beacon parsing with MBSSID/EMA

When connected to a non-transmitting BSS of multiple BSSID
set with EMA, the correct profile for the connection isn't
always present in the beacon. Indicate this in the parser
and use the information to not check everything in beacon
processing, since the information might not be correct if
taken only from the transmitted BSS.

Link: https://patch.msgid.link/20260529102644.97527a7dfd7b.Iecd0ef578b85a5a0057538cfff5fdff41d19b7ea@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/ieee80211_i.h
net/mac80211/mlme.c
net/mac80211/parse.c