commit | 1778092e1739155acec35a3bccee2fb8a1ae4e91 | [log] [tgz] |
---|---|---|
author | Jouni Malinen <j@w1.fi> | Fri Mar 27 20:52:47 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Apr 22 16:54:28 2009 -0400 |
tree | 6b88397852016dd6e082f7980f8da90ecb36f3c6 | |
parent | c0ed418977edf60f1df9933e1ccd48920a28eb66 [diff] |
nl80211: Require auth type for NL80211_CMD_AUTHENTICATE NL80211_ATTR_AUTH_TYPE is a required parameter for NL80211_CMD_AUTHENTICATE. We are currently (by chance) defaulting to open system authentication if the attribute is not specified. It is better to just reject the invalid command. Signed-off-by: Jouni Malinen <j@w1.fi> Signed-off-by: John W. Linville <linville@tuxdriver.com>