]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
nl80211: New command for adding extra IE(s) into management frames
authorJouni Malinen <jouni.malinen@atheros.com>
Tue, 13 Jan 2009 14:03:29 +0000 (16:03 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 29 Jan 2009 21:00:35 +0000 (16:00 -0500)
commit9aed3cc124343d92be6697e9af3928bdfe8eb03e
tree6a49a68422656790f944f37e3f34379b753d1dab
parent0c1aa495961f03c964b3287cf5800217cf6f2cee
nl80211: New command for adding extra IE(s) into management frames

A new nl80211 command, NL80211_CMD_SET_MGMT_EXTRA_IE, can be used to
add arbitrary IE data into the end of management frames. The interface
allows extra IEs to be configured for each management frame subtype, but
only some of them (ProbeReq, ProbeResp, Auth, (Re)AssocReq, Deauth,
Disassoc) are currently accepted in mac80211 implementation.

This makes it easier to implement IEEE 802.11 extensions like WPS and
FT that add IE(s) into some management frames. In addition, this can
be useful for testing and experimentation purposes.

Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/linux/nl80211.h
include/net/cfg80211.h
net/mac80211/cfg.c
net/mac80211/ieee80211_i.h
net/mac80211/iface.c
net/mac80211/mlme.c
net/wireless/nl80211.c