Split wpa_supplicant_select_bss() into three and remove odd debug message
authorJouni Malinen <jouni.malinen@atheros.com>
Fri, 26 Sep 2008 14:24:40 +0000 (17:24 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 26 Sep 2008 14:24:40 +0000 (17:24 +0300)
commit9cf32261ee383854e53f49d4fa201b4e5bb848d9
tree23c2facd4e86ddf79659fa13e25fc27dee1b018a
parent89f97a1c8d333790332ce98e75ea59e39897e611
Split wpa_supplicant_select_bss() into three and remove odd debug message

This function was getting way too long, so let's split it into WPA and
non-WPA cases as separate functions. In addition, remove the confusing
"Try to find non-WPA AP" debug message if a WPA-enabled AP is already
selected (as reported by Andriy Tkachuk).
wpa_supplicant/events.c