]> git.ipfire.org Git - thirdparty/hostap.git/commit
Do not inform other virtual interfaces of scan results in all cases
authorJouni Malinen <j@w1.fi>
Fri, 14 Sep 2012 01:07:02 +0000 (18:07 -0700)
committerJouni Malinen <j@w1.fi>
Fri, 14 Sep 2012 01:07:02 +0000 (18:07 -0700)
commit0dd54313127eb02fe45eded4b84ec6ea830495d3
treecdf703d9bbd9db057a11183f24b4d57e7938dd50
parentab03f6da7a74d1c31ae0808def2806e218f77652
Do not inform other virtual interfaces of scan results in all cases

If a connection operation is started on an interface based on scan
results, other virtual interfaces should not be information about the
results to avoid potential concurrent operations during the association
steps. Since the sibling notification of scan results received was added
as an optimization, skipping it for this type of cases is the simplest
way of avoiding unnecessary concurrent operations.

Signed-hostap: Jouni Malinen <j@w1.fi>
wpa_supplicant/events.c
wpa_supplicant/interworking.c