linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3 v4] mac80211: add support for userspace to handle auth frames on adhoc ifaces
@ 2012-06-19 21:59 Will Hawkins
  2012-06-19 21:59 ` [PATCH 1/3] mac80211: Track auth frame registrations on IBSS ifaces Will Hawkins
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Will Hawkins @ 2012-06-19 21:59 UTC (permalink / raw)
  To: hawkinsw, linux-wireless, johannes, linville

Hello!

I am sending along 3 patches to add support for user space applications
to register for authentication frames on adhoc interfaces. These are
revisions to a previous patch that I submitted to accomplish the same
thing.

Patch 1/3 adds support for tracking whether userspace applications
are registered for authentication frames received by an adhoc
interface. This count is used in Patch 2/3 to determine 
if an "open system" authentication frame is sent when a new 
station joins an adhoc network.

Patch 2/3 adds support for checking the registration count
before sending out "open system" authentication frames when a 
new station joins an adhoc network. If there are no userspace
applications registered for the authentication frames then 
an "open system" authentication frame is broadcast. 

Patch 3/3 sets the necessary flags to allow userspace
applications to register for authentication frames on adhoc interfaces.
frames.

As I've said before, I'm still new to this process so I look forward to
your feedback on improving.

Will

Will Hawkins (3):
  mac80211: Track auth frame registrations on IBSS ifaces
  mac80211: Check auth frame registration count
  mac80211: Allow userspace application to register for authentication
    frames

 net/mac80211/cfg.c         |   10 ++++++++++
 net/mac80211/ibss.c        |    2 +-
 net/mac80211/ieee80211_i.h |    1 +
 net/mac80211/main.c        |    4 +++-
 4 files changed, 15 insertions(+), 2 deletions(-)

-- 
1.7.9.5



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

end of thread, other threads:[~2012-06-20 18:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-19 21:59 [PATCH 0/3 v4] mac80211: add support for userspace to handle auth frames on adhoc ifaces Will Hawkins
2012-06-19 21:59 ` [PATCH 1/3] mac80211: Track auth frame registrations on IBSS ifaces Will Hawkins
2012-06-20  5:32   ` Johannes Berg
2012-06-20 14:40     ` Will Hawkins
2012-06-20 14:43       ` Johannes Berg
2012-06-20 15:00         ` Will Hawkins
2012-06-20 15:12           ` Johannes Berg
2012-06-19 21:59 ` [PATCH 2/3] mac80211: Check auth frame registration count Will Hawkins
2012-06-19 21:59 ` [PATCH 3/3] mac80211: Allow userspace application to register for authentication frames Will Hawkins
2012-06-20 15:51 ` [PATCH 1/3 v5] mac80211: Track auth frame registrations on IBSS ifaces Will Hawkins
2012-06-20 18:02 ` [PATCH 0/3 v4] mac80211: add support for userspace to handle auth frames on adhoc ifaces 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).