Return-path: Received: from mail-yw0-f46.google.com ([209.85.213.46]:37346 "EHLO mail-yw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758213Ab1CDDLt (ORCPT ); Thu, 3 Mar 2011 22:11:49 -0500 Received: by ywj3 with SMTP id 3so612661ywj.19 for ; Thu, 03 Mar 2011 19:11:48 -0800 (PST) From: Thomas Pedersen To: linux-wireless@vger.kernel.org Cc: devel@lists.open80211s.org Subject: Date: Thu, 3 Mar 2011 19:11:40 -0800 Message-Id: <1299208307-9428-1-git-send-email-thomas@cozybit.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: Javier Cardona (7): mac80211: Support RSN information element on mesh interfaces mac80211: New constant definitions for SAE mac80211: Let user space receive and send mesh auth/deauth frames mac80211: Accept mesh auth frames before a peer link has been established nl80211: Let userspace set the authenticated flag for a mesh peer mac80211: Parse RSN information element to determine if a peer needs authentication mac80211: Check auth status before attempting to establish a peer link include/linux/ieee80211.h | 19 +++++++++++++++++ include/linux/nl80211.h | 13 ++++++++++- include/net/cfg80211.h | 4 +++ net/mac80211/cfg.c | 25 +++++++++++++++++++-- net/mac80211/ieee80211_i.h | 4 ++- net/mac80211/main.c | 4 ++- net/mac80211/mesh.c | 33 ++++++++++++++++++++++++++++- net/mac80211/mesh.h | 2 +- net/mac80211/mesh_plink.c | 15 +++++++++++- net/mac80211/rx.c | 3 +- net/mac80211/tx.c | 3 +- net/mac80211/util.c | 49 ++++++++++++++++++++++++++++++++++++++++++- net/wireless/nl80211.c | 16 +++++++++++++- 13 files changed, 175 insertions(+), 15 deletions(-)