From: Samuel Ortiz <sameo@linux.intel.com>
To: John Linville <linville@tuxdriver.com>
Cc: linux-wireless@vger.kernel.org, Zhu Yi <yi.zhu@intel.com>,
Samuel Ortiz <sameo@linux.intel.com>
Subject: [RFC 0/3] PMKSA support
Date: Tue, 24 Nov 2009 16:26:51 +0100 [thread overview]
Message-ID: <cover.1259075573.git.sameo@linux.intel.com> (raw)
Hi John,
This patchset is an RFC for a new PMKSA API. This is needed for fullmac
devices that run firmwares which set the re-association frames IEs. Those
devices need to get a correct PMKID from wpa_supplicant in order to do faster
WPA2 roaming. mac80211 based drivers wont need to use this API, wpa_supplicant
does all the work for them.
The patchset defines the nl80211 API, adds a wext compatibility handler, and
finally provides the corresponding iwmc3200wifi implementation.
Samuel Ortiz (3):
nl80211: PMKSA caching support
cfg80211: Add PMKSA wext compatibility handler
iwmc3200wifi: Implement cfg80211 PMKSA API
drivers/net/wireless/iwmc3200wifi/cfg80211.c | 30 +++++++
drivers/net/wireless/iwmc3200wifi/commands.c | 22 +++++
drivers/net/wireless/iwmc3200wifi/commands.h | 13 +++
drivers/net/wireless/iwmc3200wifi/umac.h | 1 +
include/linux/ieee80211.h | 2 +
include/linux/nl80211.h | 6 ++
include/net/cfg80211.h | 26 ++++++
net/wireless/nl80211.c | 117 ++++++++++++++++++++++++++
net/wireless/wext-compat.c | 42 +++++++++
9 files changed, 259 insertions(+), 0 deletions(-)
next reply other threads:[~2009-11-24 15:25 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-24 15:26 Samuel Ortiz [this message]
2009-11-24 15:26 ` [RFC 1/3] nl80211: PMKSA caching support Samuel Ortiz
2009-11-24 17:41 ` Jouni Malinen
2009-11-24 22:50 ` Samuel Ortiz
2009-11-24 22:54 ` Marcel Holtmann
2009-11-24 22:59 ` [PATCH v2 " Samuel Ortiz
2009-11-24 15:26 ` [RFC 2/3] cfg80211: Add PMKSA wext compatibility handler Samuel Ortiz
2009-11-24 23:01 ` [PATCH v2 " Samuel Ortiz
2009-11-24 15:26 ` [RFC 3/3] iwmc3200wifi: Implement cfg80211 PMKSA API Samuel Ortiz
2009-11-24 23:02 ` [PATCH v2 " Samuel Ortiz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1259075573.git.sameo@linux.intel.com \
--to=sameo@linux.intel.com \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=yi.zhu@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.