Don't post scan results when initial scan is emtpy
authorDan Nicholson <dbn.lists@gmail.com>
Wed, 24 Sep 2008 09:51:08 +0000 (12:51 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 24 Sep 2008 09:51:08 +0000 (12:51 +0300)
commit23e072374ea500002b8beec5d0e87f9fc6a7609c
treed55f49e12124d586dbc10ce82e7d19b063b70bed
parent2064c2f98515016c376f3b69bfe161c85639e764
Don't post scan results when initial scan is emtpy

When the initial scan is made, just the cached results from the driver
are used. If this is empty, it's useless to post the results since
another scan is being scheduled immediately. This just causes extra
processing from listeners for no gain.
wpa_supplicant/events.c