supplicant: No need for actively remove network upon disconnection
authorSamuel Ortiz <sameo@linux.intel.com>
Thu, 30 Sep 2010 14:39:41 +0000 (16:39 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 30 Sep 2010 14:43:12 +0000 (16:43 +0200)
commitbe00d6d2714b762a43bdcac89e920222d00499de
treed0a5b2f758a88c01538e7e594db546bc358e667d
parent881ab6a3fc4b74efa0c9a618c48ac90a7a56ed23
supplicant: No need for actively remove network upon disconnection

When being disconnected, ConnMan should just wait for wpa_supplicant scan
results instead of trying to be smart about if the disconnected AP is still
around or not.
wpa_supplicant will try to roam and run periodic scan for that purpose. If
the AP is missing after 2 scans, it's removed from the list, and ConnMan
then removes it from the enabled networks.

Fixes BMC#7730 BMC#7734
plugins/supplicant.c