commit | 0a9b5e17952ec7ce938645a23ba29bcfdb66c8d9 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Thu Jul 02 18:26:18 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jul 10 15:01:54 2009 -0400 |
tree | 2df7380758211f107f3510cae6a96bad7b38db08 | |
parent | 19957bb399e2722719c0e20c9ae91cf8b6aaff04 [diff] |
cfg80211: refuse authenticating to same BSSID twice It is possible that there are different BSS structs with the same BSSID, but we cannot authenticate with multiple of them them because we need the BSSID to be unique for deauthenticating/disassociating. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>