commit | a1cf775deae9d0f1e5475337ab13c593ad427cee | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Mar 08 15:02:07 2012 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Mar 12 14:22:15 2012 -0400 |
tree | 082c8056bf934cf9d60860fcc80bbab8fe65ce23 | |
parent | 0775f9f90cdaf40fbf69b3192b3dddb2b3436f45 [diff] |
mac80211: refactor common auth/assoc setup code As associating is possible without first authenticating (for FT over DS) association also has to be able to switch to the right channel, insert the station entry etc. Factor out this common code into a new function called ieee80211_prep_connection(). Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>