Hi Jouni, On Sun, Feb 27, 2011 at 2:47 AM, Jouni Malinen <j@xxxxx> wrote: > On Fri, Feb 25, 2011 at 05:32:37PM -0800, Thomas Pedersen wrote: >> From: Javier Cardona <javier@xxxxxxxxxxx> >> @@ -529,7 +529,9 @@ ieee80211_default_mgmt_stypes[NUM_NL80211_IFTYPES] = { >> [NL80211_IFTYPE_MESH_POINT] = { >> + .rx = BIT(IEEE80211_STYPE_ACTION >> 4) | >> + BIT(IEEE80211_STYPE_AUTH >> 4) | >> + BIT(IEEE80211_STYPE_DEAUTH >> 4), > > This seems to be pointing towards processing the full Authentication > frame in user space. However, some other patches in this series seemed > to be extending the NL80211_CMD_AUTHENTICATE mechanism to allow SAE to > be implemented on top of it. Which direction is being taken here? Or are > both mechanisms going to be used depending on iftype? The patches were sent to the list before proper review. The changes to NL80211_CMD_AUTHENTICATE were left over from an earlier implementation variant and will be removed in the final submission. > For non-mesh cases, I would probably prefer NL80211_CMD_AUTHENTICATE > extension for the station vif to continue with the style we started for > FT. The AP vif is already handling the full Authentication frame in user > space, so that is fine to for SAE, too. Ah, thanks for the suggestion. As I mentioned on a previous e-mail, our current goal is to implement SAE for mesh interfaces. But will definitely follow your advice if we ever attempt to implement station mode support. Cheers, Javier -- Javier Cardona cozybit Inc. http://www.cozybit.com -- 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