On Thu, 2011-03-03 at 19:11 -0800, Thomas Pedersen wrote: > +++ b/include/linux/nl80211.h > @@ -1817,6 +1817,7 @@ enum nl80211_bss_status { > * @NL80211_AUTHTYPE_SHARED_KEY: Shared Key authentication (WEP only) > * @NL80211_AUTHTYPE_FT: Fast BSS Transition (IEEE 802.11r) > * @NL80211_AUTHTYPE_NETWORK_EAP: Network EAP (some Cisco APs and mainly LEAP) > + * @NL80211_AUTHTYPE_SAE: Simultaneous Authentication of Equals > * @__NL80211_AUTHTYPE_NUM: internal > * @NL80211_AUTHTYPE_MAX: maximum valid auth algorithm > * @NL80211_AUTHTYPE_AUTOMATIC: determine automatically (if necessary by I think some of the auth code in nl80211 or so needs to catch this. Maybe nl80211_valid_auth_type() wouldn't be the right place, but for now it doesn't look like we'd be able to support this in managed mode, yet it wouldn't get errors and at least in the cfg80211 SME fall back to using OPEN, which is no fun. 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