OSDN Git Service

Do not inform other virtual interfaces of scan results in all cases
authorJouni Malinen <j@w1.fi>
Fri, 14 Sep 2012 20:03:12 +0000 (13:03 -0700)
committerDmitry Shmidt <dimitrysh@google.com>
Fri, 14 Sep 2012 20:03:12 +0000 (13:03 -0700)
commit89ca702e8ed3247d7007dbdebe531036671c34af
tree6871ab5f9e468a37e0a685455abf46a48b09d73a
parentfa08f9eb31989e0973eb8ed0bd14c238be19ab0b
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.

Change-Id: I145b4237074a97cc75fd68933fff7ed99b850630
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
wpa_supplicant/events.c
wpa_supplicant/interworking.c