]> git.baikalelectronics.ru Git - kernel.git/commit
wifi: cfg80211: prepare association failure APIs for MLO
authorJohannes Berg <johannes.berg@intel.com>
Mon, 27 Jun 2022 20:09:50 +0000 (22:09 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 15 Jul 2022 09:43:16 +0000 (11:43 +0200)
commit471a6fc2790424c7b3dcfd8c23d6c6237cf198fd
tree6b9a35f888b28b4eaedb7fd0fa2d3bfd9bd2331f
parent2a873bbd9cb8480bb9d64a4b0908ee9aab43da23
wifi: cfg80211: prepare association failure APIs for MLO

For MLO, we need the ability to report back multiple BSS
structures to release, as well as the AP MLD address (if
attempting to make an MLO connection).

Unify cfg80211_assoc_timeout() and cfg80211_abandon_assoc()
into a new cfg80211_assoc_failure() that gets a structure
parameter with the necessary data.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
net/mac80211/mlme.c
net/wireless/mlme.c
net/wireless/trace.h