On Wed, 2025-07-09 at 08:05 +0530, Aditya Kumar Singh wrote: > > + if (wdev->iftype == NL80211_IFTYPE_AP && > + info->attrs[NL80211_ATTR_UNSOL_BCAST_PROBE_RESP]) { > + err = nl80211_parse_unsol_bcast_probe_resp( > + rdev, info->attrs[NL80211_ATTR_UNSOL_BCAST_PROBE_RESP], > + ¶ms.unsol_bcast_probe_resp); I don't see why this should be only for AP, not e.g. P2P GO? johannes