All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ieee80211: define AKM suite selectors type 5 and 6
@ 2013-01-24  4:33 Bing Zhao
  2013-01-24 14:50 ` Johannes Berg
  0 siblings, 1 reply; 3+ messages in thread
From: Bing Zhao @ 2013-01-24  4:33 UTC (permalink / raw)
  To: linux-wireless
  Cc: Johannes Berg, John W. Linville, Amitkumar Karwar, Avinash Patil,
	Yogesh Powar, Nishant Sarmukadam, Frank Huang, Bing Zhao

Reference: IEEE P802.11w(TM)/D7.0, December 2008: 7.3.2.25.2

Signed-off-by: Bing Zhao <bzhao@marvell.com>
---
 include/linux/ieee80211.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h
index ccf9ee1..2ed19b6 100644
--- a/include/linux/ieee80211.h
+++ b/include/linux/ieee80211.h
@@ -1898,6 +1898,8 @@ enum ieee80211_sa_query_action {
 /* AKM suite selectors */
 #define WLAN_AKM_SUITE_8021X		0x000FAC01
 #define WLAN_AKM_SUITE_PSK		0x000FAC02
+#define WLAN_AKM_SUITE_8021X_SHA256	0x000FAC05
+#define WLAN_AKM_SUITE_PSK_SHA256	0x000FAC06
 #define WLAN_AKM_SUITE_SAE			0x000FAC08
 #define WLAN_AKM_SUITE_FT_OVER_SAE	0x000FAC09
 
-- 
1.7.0.2


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

* Re: [PATCH] ieee80211: define AKM suite selectors type 5 and 6
  2013-01-24  4:33 [PATCH] ieee80211: define AKM suite selectors type 5 and 6 Bing Zhao
@ 2013-01-24 14:50 ` Johannes Berg
  2013-01-24 19:03   ` Bing Zhao
  0 siblings, 1 reply; 3+ messages in thread
From: Johannes Berg @ 2013-01-24 14:50 UTC (permalink / raw)
  To: Bing Zhao
  Cc: linux-wireless, John W. Linville, Amitkumar Karwar,
	Avinash Patil, Yogesh Powar, Nishant Sarmukadam, Frank Huang

On Wed, 2013-01-23 at 20:33 -0800, Bing Zhao wrote:
> Reference: IEEE P802.11w(TM)/D7.0, December 2008: 7.3.2.25.2

Applied, I also added 7 and fixed the reference to be against the
802.11-2012 spec.

johannes


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

* RE: [PATCH] ieee80211: define AKM suite selectors type 5 and 6
  2013-01-24 14:50 ` Johannes Berg
@ 2013-01-24 19:03   ` Bing Zhao
  0 siblings, 0 replies; 3+ messages in thread
From: Bing Zhao @ 2013-01-24 19:03 UTC (permalink / raw)
  To: Johannes Berg
  Cc: linux-wireless, John W. Linville, Amitkumar Karwar,
	Avinash Patil, Yogesh Powar, Nishant Sarmukadam, Frank Huang

PiBPbiBXZWQsIDIwMTMtMDEtMjMgYXQgMjA6MzMgLTA4MDAsIEJpbmcgWmhhbyB3cm90ZToNCj4g
PiBSZWZlcmVuY2U6IElFRUUgUDgwMi4xMXcoVE0pL0Q3LjAsIERlY2VtYmVyIDIwMDg6IDcuMy4y
LjI1LjINCj4gDQo+IEFwcGxpZWQsIEkgYWxzbyBhZGRlZCA3IGFuZCBmaXhlZCB0aGUgcmVmZXJl
bmNlIHRvIGJlIGFnYWluc3QgdGhlDQo+IDgwMi4xMS0yMDEyIHNwZWMuDQoNCk9LLiBUaGFua3Mh
DQoNCkJpbmcNCg==

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

end of thread, other threads:[~2013-01-24 19:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-24  4:33 [PATCH] ieee80211: define AKM suite selectors type 5 and 6 Bing Zhao
2013-01-24 14:50 ` Johannes Berg
2013-01-24 19:03   ` Bing Zhao

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.