On Mon, 2020-07-06 at 13:52 +0200, John Crispin wrote: > > @@ -1126,6 +1137,7 @@ struct cfg80211_ap_settings { > u32 flags; > struct ieee80211_he_obss_pd he_obss_pd; > struct cfg80211_he_bss_color he_bss_color; > + struct ieee80211_multi_bssid multi_bssid; Missing docs? > }; > > /** > diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h > index b7a5d1de7aff..45b88f1221b0 100644 > --- a/include/uapi/linux/nl80211.h > +++ b/include/uapi/linux/nl80211.h > @@ -2511,6 +2511,11 @@ enum nl80211_commands { > * @NL80211_ATTR_MULTI_BSSID_PARENT: If this is a Non-Transmitted BSSID, define > * the parent interface. > * > + * @NL80211_ATTR_MULTI_BSSID_INDEX: The index of this BSS inside the multi bssid > + * IE. Element, not "IE", these days ... :) johannes