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 -- 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