All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] cfg80211/mac80211: Fast Initial Link Setup (IEEE 802.11ai)
@ 2016-10-25 22:42 Jouni Malinen
  2016-10-25 22:42 ` [PATCH 1/8] cfg80211: Rename SAE_DATA to more generic AUTH_DATA Jouni Malinen
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Jouni Malinen @ 2016-10-25 22:42 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless, Jouni Malinen

This series adds support for using mac80211-based drivers with Fast
Initial Link Setup as defined in IEEE 802.11ai (to be published early
next year; no more technical changes are expected at this point). The
fils branch in git://w1.fi/hostap.git includes matching commits for
hostapd and wpa_supplicant to use this functionality and initial set of
mac80211_hwsim test cases for the functionality. Actually, most of the
commits are already in the master branch, i.e., only the changes
depending on the nl80211.h changes from this kernel patchset are waiting
in the fils branch.

This series covers only the FILS authentication/association
functionality from IEEE 802.11ai, i.e., the other changes like scanning
optimizations are not included.

Jouni Malinen (8):
  cfg80211: Rename SAE_DATA to more generic AUTH_DATA
  mac80211: Allow AUTH_DATA to be used for FILS
  cfg80211: Add feature flag for Fast Initial Link Setup (FILS)
  cfg80211: Add Fast Initial Link Setup (FILS) auth algs
  cfg80211: Add KEK/nonces for FILS association frames
  mac80211: Add FILS auth alg mapping
  mac80211: FILS AEAD protection for station mode association frames
  mac80211: Claim Fast Initial Link Setup (FILS) support

 include/linux/ieee80211.h    |   6 +
 include/net/cfg80211.h       |  19 ++-
 include/uapi/linux/nl80211.h |  26 +++-
 net/mac80211/Makefile        |   1 +
 net/mac80211/aes_cmac.c      |   8 +-
 net/mac80211/aes_cmac.h      |   4 +
 net/mac80211/fils_aead.c     | 354 +++++++++++++++++++++++++++++++++++++++++++
 net/mac80211/fils_aead.h     |  19 +++
 net/mac80211/ieee80211_i.h   |   5 +
 net/mac80211/main.c          |   1 +
 net/mac80211/mlme.c          |  64 ++++++--
 net/wireless/core.h          |   2 +-
 net/wireless/mlme.c          |   6 +-
 net/wireless/nl80211.c       |  56 +++++--
 14 files changed, 535 insertions(+), 36 deletions(-)
 create mode 100644 net/mac80211/fils_aead.c
 create mode 100644 net/mac80211/fils_aead.h

-- 
1.9.1

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

end of thread, other threads:[~2016-10-26 16:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-25 22:42 [PATCH 0/8] cfg80211/mac80211: Fast Initial Link Setup (IEEE 802.11ai) Jouni Malinen
2016-10-25 22:42 ` [PATCH 1/8] cfg80211: Rename SAE_DATA to more generic AUTH_DATA Jouni Malinen
2016-10-25 22:42 ` [PATCH 2/8] mac80211: Allow AUTH_DATA to be used for FILS Jouni Malinen
2016-10-26  5:30   ` Johannes Berg
2016-10-26 15:36     ` Malinen, Jouni
2016-10-26 16:10       ` Johannes Berg
2016-10-25 22:42 ` [PATCH 3/8] cfg80211: Add feature flag for Fast Initial Link Setup (FILS) Jouni Malinen
2016-10-25 22:42 ` [PATCH 4/8] cfg80211: Add Fast Initial Link Setup (FILS) auth algs Jouni Malinen

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.