]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Add support for auth_alg auto-selection with connect command
authorJouni Malinen <jouni.malinen@atheros.com>
Thu, 7 Apr 2011 11:53:40 +0000 (14:53 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 7 Apr 2011 11:53:40 +0000 (14:53 +0300)
commit3f3602386e21d1931fb8f37390f4259e6f367920
treeca60bf930bc665127c30790db39b575d76cc9574
parentd332e7083c05b2db78f89cdfa41643476b1f9b93
nl80211: Add support for auth_alg auto-selection with connect command

When the SME is in the driver or cfg80211, the automatic selection
of auth_alg is done by leaving out the NL80211_ATTR_AUTH_TYPE
attribute from the NL80211_CMD_CONNECT command.
src/drivers/driver_nl80211.c