nl80211: Optional IEs into scan request
authorJouni Malinen <jouni.malinen@atheros.com>
Mon, 16 Feb 2009 17:39:13 +0000 (19:39 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 27 Feb 2009 19:52:38 +0000 (14:52 -0500)
commit70692ad2923a379e0a10f9ec2ad93fbbe084cc46
treef67488c396ea6e61f71e0199eea189ea939a698b
parent83befbde839b1deb0cd752a834ffd9fde8571ae2
nl80211: Optional IEs into scan request

This extends the NL80211_CMD_TRIGGER_SCAN command to allow applications
to specify a set of information element(s) to be added into Probe
Request frames with NL80211_ATTR_IE. This provides support for the
MLME-SCAN.request primitive parameter VendorSpecificInfo and can be
used, e.g., to implement WPS scanning.

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/net/cfg80211.h
net/mac80211/ieee80211_i.h
net/mac80211/mlme.c
net/mac80211/scan.c
net/mac80211/util.c
net/wireless/nl80211.c