wifi: mac80211: don't parse multi-BSSID in assoc resp
authorJohannes Berg <johannes.berg@intel.com>
Fri, 14 Oct 2022 16:56:11 +0000 (18:56 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 1 Dec 2022 14:09:10 +0000 (15:09 +0100)
commit8950b5988a9a2957b4c2c6f20143dfc2a0230a74
tree99bcc4b70ef5b6f4d30e8dcc573bd56f01e95c2f
parent61e41e5dfcc22e5e65b6537453fd2f03ac768b82
wifi: mac80211: don't parse multi-BSSID in assoc resp

It's not valid to have the multiple BSSID element in the
association response (per 802.11 REVme D1.0), so don't
try to parse it there, but only in the fallback beacon
elements if needed.

The other case that was parsing association requests was
already changed in a previous commit.

Change-Id: I659d2ef1253e079cc71c46a017044e116e31c024
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c