]> bbs.cooldavid.org Git - net-next-2.6.git/commit
cfg80211: connect/disconnect API
authorSamuel Ortiz <sameo@linux.intel.com>
Wed, 1 Jul 2009 19:26:54 +0000 (21:26 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 10 Jul 2009 19:01:51 +0000 (15:01 -0400)
commitb23aa676ab9d54469cda9f7151f51a2851c6f36e
treedd4af5fa38dbfec362ded1d655ed584bbcf60a53
parent6a669e65c5ec393a650362874e13f7d3365a7827
cfg80211: connect/disconnect API

This patch introduces the cfg80211 connect/disconnect API.
The goal here is to run the AUTH and ASSOC steps in one call.
This is needed for some fullmac cards that run both steps
directly from the target, after the host driver sends a
connect command.

Additionally, all the new crypto parameters for connect()
are now also valid for associate() -- although associate
requires the IEs to be used, the information can be useful
for drivers and should be given.

Signed-off-by: Samuel Ortiz <samuel.ortiz@intel.com>
Signed-off-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/wireless/Makefile
net/wireless/core.c
net/wireless/core.h
net/wireless/nl80211.c
net/wireless/nl80211.h
net/wireless/sme.c [new file with mode: 0644]