OSDN Git Service

nl80211: introduce new key attributes
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 8 Jul 2009 11:29:08 +0000 (13:29 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 24 Jul 2009 19:05:09 +0000 (15:05 -0400)
commitb9454e83cac42fcdc90bfbfba479132bd6629455
tree4f63180e1406f8b799ee6b2fca2efe4a656c2905
parent10c836d7896e9d7b683a76f3cac3c289d8da72ef
nl80211: introduce new key attributes

We will soon want to nest key attributes into
some new attribute for configuring static WEP
keys at connect() and ibss_join() time, so we
need nested attributes for that. However, key
attributes right now are 'global'. This patch
thus introduces new nested attributes for the
key settings and functions for parsing them.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/linux/nl80211.h
net/wireless/nl80211.c