]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit785b9573bd36d390e4a8f24973eb861c8c90b2b5
treef67488c396ea6e61f71e0199eea189ea939a698b
parentec8dc1950f566119e225527ecf294d9e93bd54bd
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