linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 00/10] {mac|nl}80211: Support for SAE mesh authentication in userspace
@ 2011-03-30  2:05 Thomas Pedersen
  2011-03-30  2:05 ` [PATCH v5 01/10] nl80211: rename NL80211_MESH_SETUP_VENDOR_PATH_SEL_IE Thomas Pedersen
                   ` (9 more replies)
  0 siblings, 10 replies; 16+ messages in thread
From: Thomas Pedersen @ 2011-03-30  2:05 UTC (permalink / raw)
  To: linux-wireless; +Cc: johannes, javier, linville, Thomas Pedersen

This patchset adds support for mesh authentication in userspace.

changes in v5:
- don't schedule new peer notifications (Johannes)
- add mesh capabilities attribute for forward compatibility. 
- refactoring

Javier Cardona (9):
  nl80211: rename NL80211_MESH_SETUP_VENDOR_PATH_SEL_IE
  nl80211: Add userspace authentication  flag to mesh setup
  mac80211: ignore peers if security is enabled for this mesh
  nl80211: let userspace authenticate stations
  mac80211: Let user space receive and send mesh auth/deauth frames
  mac80211: ignore peer link requests from unauthenticated stations.
  mac80211: Perform PLINK_ACTION on new station
  nl80211: New notification to discover mesh peer candidates.
  mac80211: send notification on new peer candidate for our secure mesh

Thomas Pedersen (1):
  nl80211: return mesh capabilities

 include/linux/nl80211.h    |   53 ++++++++++++++++++++++++++--
 include/net/cfg80211.h     |   39 +++++++++++++++++++--
 net/mac80211/cfg.c         |   22 +++++++----
 net/mac80211/ieee80211_i.h |    5 ++-
 net/mac80211/main.c        |    4 ++-
 net/mac80211/mesh.c        |   14 ++++---
 net/mac80211/mesh.h        |    3 +-
 net/mac80211/mesh_plink.c  |   35 +++++++++++++++----
 net/mac80211/rx.c          |    3 +-
 net/mac80211/tx.c          |    2 +-
 net/wireless/core.h        |    5 +++
 net/wireless/mesh.c        |   19 +++++++++-
 net/wireless/nl80211.c     |   81 ++++++++++++++++++++++++++++++++++++++-----
 net/wireless/nl80211.h     |    4 ++
 14 files changed, 242 insertions(+), 47 deletions(-)

-- 
1.7.4.1


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2011-04-01  8:21 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-30  2:05 [PATCH v5 00/10] {mac|nl}80211: Support for SAE mesh authentication in userspace Thomas Pedersen
2011-03-30  2:05 ` [PATCH v5 01/10] nl80211: rename NL80211_MESH_SETUP_VENDOR_PATH_SEL_IE Thomas Pedersen
2011-03-30  2:05 ` [PATCH v5 02/10] nl80211: Add userspace authentication flag to mesh setup Thomas Pedersen
2011-03-30  2:06 ` [PATCH v5 03/10] mac80211: ignore peers if security is enabled for this mesh Thomas Pedersen
2011-03-30  2:06 ` [PATCH v5 04/10] nl80211: let userspace authenticate stations Thomas Pedersen
2011-03-30  2:06 ` [PATCH v5 05/10] mac80211: Let user space receive and send mesh auth/deauth frames Thomas Pedersen
2011-03-30  2:06 ` [PATCH v5 06/10] mac80211: ignore peer link requests from unauthenticated stations Thomas Pedersen
2011-03-30  2:06 ` [PATCH v5 07/10] mac80211: Perform PLINK_ACTION on new station Thomas Pedersen
2011-03-30  2:06 ` [PATCH v5 08/10] nl80211: New notification to discover mesh peer candidates Thomas Pedersen
2011-03-30  8:12   ` Johannes Berg
2011-03-30  2:06 ` [PATCH v5 09/10] mac80211: send notification on new peer candidate for our secure mesh Thomas Pedersen
2011-03-30  2:06 ` [PATCH v5 10/10] nl80211: return mesh capabilities Thomas Pedersen
2011-03-30  8:13   ` Johannes Berg
2011-03-30  8:15   ` Johannes Berg
2011-04-01  1:49     ` [PATCH] nl80211: report " Thomas Pedersen
2011-04-01  8:23       ` Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).