wifi: cfg80211: support reporting failed links
authorJohannes Berg <johannes.berg@intel.com>
Tue, 6 Sep 2022 09:27:57 +0000 (11:27 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 7 Oct 2022 13:23:48 +0000 (15:23 +0200)
commit53ad07e9823bca10c26e71d662b58c3e80e8ff2a
tree87f5f4a779c8a37a82e6f2698c7fb666296f60d2
parent9b41a9d7dca0159723172a47097b3f2352e37e44
wifi: cfg80211: support reporting failed links

For assoc and connect result APIs, support reporting
failed links; they should still come with the BSS
pointer in the case of assoc, so they're released
correctly. In the case of connect result, this is
optional.

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