]> git.ipfire.org Git - thirdparty/hostap.git/commit
SME: Do not skip initial scan request
authorJouni Malinen <jouni.malinen@atheros.com>
Sun, 18 Jul 2010 03:28:22 +0000 (20:28 -0700)
committerJouni Malinen <j@w1.fi>
Sun, 18 Jul 2010 03:28:22 +0000 (20:28 -0700)
commit4436274bef6d73227979c7ca5c87c25e323298b7
tree1673cc14f7154285bd8dd9f4851f082de9972deb
parent6e3f7173f1a560058c470d3dd6673d5461ce8f5b
SME: Do not skip initial scan request

When SME is in wpa_supplicant (mac80211), we need to make sure that
the kernel code has valid BSS entry for the AP. In some cases it
seemed to be possible to end up not having current information in
cfg80211 or mac80211 which can result to association failures. Avoid
this by always running through the scan request before initial
connection attempt.
wpa_supplicant/scan.c