]> git.ipfire.org Git - thirdparty/hostap.git/commit
Blacklist BSS on first failure if only a single network is enabled
authorJouni Malinen <jouni.malinen@atheros.com>
Fri, 26 Nov 2010 09:23:50 +0000 (11:23 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 26 Nov 2010 09:23:50 +0000 (11:23 +0200)
commit5471c3434e86dd4a6d1f3912facd78351f626ba2
treee61bca472a5e44403d3830b0ab6e1ea2f0b126c9
parent34dbfc0cb317b6162fc5893ad9ca1f0ed3e6d127
Blacklist BSS on first failure if only a single network is enabled

The special case of requiring blacklisting count to be 2 or higher
is only needed when more than a single network is currently enabled.
As such, we should not do that when only a single network is enabled.
This make the station more likely to follow network side load
balancing attempts where the current AP may disassociate us with
an assumption that we would move to another AP.
wpa_supplicant/events.c
wpa_supplicant/scan.c