Fix regression in RSN pre-authentication candidate list generation
authorJouni Malinen <jouni.malinen@atheros.com>
Thu, 19 May 2011 14:52:46 +0000 (17:52 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 19 May 2011 14:52:46 +0000 (17:52 +0300)
commit6d28fb9627155929012cda944aacd5a52ce7051a
tree61a3a5c03dc1ab578f478c585df6afc079523ef7
parent86795546f7bf06a306ee288a7c8e7aad6d6a58f3
Fix regression in RSN pre-authentication candidate list generation

Processing of the scan results for RSN pre-authentication candidates
was moved to happen before the network was selected. This resulted in
all candidates being dropped due to no SSID having been configured.
Fix this by moving the processing to happen after the network has
been selected. Since the raw scan results are not available at that
point, use the BSS table instead of scan results to fetch the
information.
wpa_supplicant/events.c