Use special scan result processing steps only on requesting interface
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 18 Mar 2013 15:07:09 +0000 (17:07 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 18 Mar 2013 15:32:31 +0000 (17:32 +0200)
commitcfd31b5026a403ae67f88c74b036207be05b3107
tree99f0067469963426f6c93ad1f3f901342128ab96
parentb1cd021e2974bf79d764268f8645f28ffbb7f7f2
Use special scan result processing steps only on requesting interface

Scan result events are shared between all virtual interfaces sharing the
same radio. However, some of the steps are not really appropriate on
virtual interfaces that did not issue the scan request. Fix this by
making these steps conditional on the scan results being processed on
the interface that requested them.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/events.c