Return-path: Received: from wolverine01.qualcomm.com ([199.106.114.254]:1943 "EHLO wolverine01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752247Ab2HBLdV (ORCPT ); Thu, 2 Aug 2012 07:33:21 -0400 Cc: Vladimir Kondratiev , , "Luis R . Rodriguez" , Jouni Malinen From: Vladimir Kondratiev To: "John W . Linville" , Johannes Berg Subject: [PATCH v1] 4-way handshake offloading Date: Thu, 2 Aug 2012 14:33:06 +0300 Message-ID: <1343907187-6686-1-git-send-email-qca_vkondrat@qca.qualcomm.com> (sfid-20120802_133324_994345_AE7B9ED3) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: Adding 4-way handshake offload support. Intention is to support "smart" devices in P2P flow - they tend to offload as much as possible. This patch address WPA2-Personal - this is what P2P uses. WPA2-Enterprise not supported yet. Currently, ath6kl driver can use this feature (patch in works), and wil6210 (60g) driver can work only in the offload mode - working on security flow right now. Corresponding patch for WPA supplicant almost ready (by Jouni). for WPA supplicant, STA part verified; AP not finalized yet. Vladimir Kondratiev (1): cfg80211: Support for 4-way handshake offloading for WPA2-Personal include/linux/ieee80211.h | 2 ++ include/linux/nl80211.h | 19 +++++++++++++++++++ include/net/cfg80211.h | 7 +++++++ net/wireless/nl80211.c | 16 ++++++++++++++++ 4 files changed, 44 insertions(+) -- 1.7.9.5