> +/** > + * enum nl80211_unsol_bcast_probe_resp_attributes - Unsolicited broadcast probe > + * response configuration. Applicable only in 6GHz. > + * > + * @__NL80211_UNSOL_BCAST_PROBE_RESP_INVALID: Invalid > + * > + * @NL80211_UNSOL_BCAST_PROBE_RESP_INT: Maximum packet interval (u32, TU). > + * Allowed range: 0..20 (TU = Time Unit). IEEE P802.11ax/D6.0 > + * 26.17.2.3.2 (AP behavior for fast passive scanning. nit: that "(" never closes > + tmpl = tb[NL80211_UNSOL_BCAST_PROBE_RESP_TMPL]; > + if (tmpl) { > + presp->tmpl = nla_data(tmpl); > + presp->tmpl_len = nla_len(tmpl); > + } > So, hmm. Similar question here - what do you do without a template? Or OTOH, why do you even need a template? Would you advertise something that's *different* from the regular probe response template you already get for offloaded probe request/response support? johannes