On Fri, Oct 21, 2011 at 4:23 PM, Johannes Berg <johannes@xxxxxxxxxxxxxxxx> wrote: > From: Johannes Berg <johannes.berg@xxxxxxxxx> > > Add the ability to advertise that the device > contains the AP SME and what features it can > support. > > Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> > --- [...] > --- a/include/linux/nl80211.h 2011-10-21 12:07:39.000000000 +0200 > +++ b/include/linux/nl80211.h 2011-10-21 12:07:41.000000000 +0200 > @@ -1122,6 +1122,11 @@ enum nl80211_commands { > * %NL80211_CMD_TDLS_MGMT. Otherwise %NL80211_CMD_TDLS_OPER should be > * used for asking the driver to perform a TDLS operation. > * > + * @NL80211_ATTR_DEVICE_AP_SME: This u32 attribute may be listed for devices > + * that have AP support to indicate that the have the AP SME integrated s/the/they > + * with support for the features listed in this attribute, see > + * &enum nl80211_ap_sme_features. > + * > * @NL80211_ATTR_MAX: highest attribute number currently defined > * @__NL80211_ATTR_AFTER_LAST: internal use > */ > @@ -1350,6 +1355,8 @@ enum nl80211_attrs { > NL80211_ATTR_TDLS_SUPPORT, > NL80211_ATTR_TDLS_EXTERNAL_SETUP, > > + NL80211_ATTR_DEVICE_AP_MLME, > + the attribute name is different from the documented one (SME/MLME) Eliad. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html