On Thu, 2011-03-03 at 19:11 -0800, Thomas Pedersen wrote: > +++ b/include/net/cfg80211.h > @@ -656,6 +656,8 @@ struct mesh_config { > * @path_metric: which metric to use > * @vendor_ie: vendor information elements (optional) > * @vendor_ie_len: length of vendor information elements > + * @rsn_ie: robust secure network information elements (for SAE) > + * @rsn_ie_len: length of rsn_ie Is this really useful over just putting it into the vendor IE we already have? We already have code to split IEs properly (see ieee80211_ie_split etc in mac80211), so maybe there's no reason to add more API? johannes -- 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