Currently, during channel switch and color change events, the unsolicited probe response templates are not updated accordingly. This patch series introduces support for parsing the updated templates from these events and setting the appropriate BSS changed flag, enabling drivers to respond with the necessary actions. --- Changes in v2: - During CSA, add P2P interface check as well [1/2]. - No change in [2/2]. - Link to v1: https://lore.kernel.org/r/20250709-update_unsol_bcast_probe_resp-v1-0-d3323ce9a7b5@xxxxxxxxxxxxxxxx --- Yuvarani V (2): wifi: cfg80211: parse attribute to update unsolicited probe response template wifi: mac80211: parse unsolicited broadcast probe response data include/net/cfg80211.h | 4 ++++ net/mac80211/cfg.c | 12 ++++++++++++ net/wireless/nl80211.c | 18 ++++++++++++++++++ 3 files changed, 34 insertions(+) --- base-commit: 6b04716cdcac37bdbacde34def08bc6fdb5fc4e2 change-id: 20250612-update_unsol_bcast_probe_resp-c88786eb5640