]> git.baikalelectronics.ru Git - kernel.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)
commit82cde2b935a36a5222be630fcf14ee618c03b9de
treedd4af5fa38dbfec362ded1d655ed584bbcf60a53
parent417862c1dc2abaab908894e83aff666d8be72102
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]