[connman]: Fixed Scan Issue 87/90287/5
authorManeesh Jain <maneesh.jain@samsung.com>
Thu, 29 Sep 2016 09:13:12 +0000 (14:43 +0530)
committerManeesh Jain <maneesh.jain@samsung.com>
Thu, 29 Sep 2016 10:58:46 +0000 (16:28 +0530)
commitffdbdd50be19d7debc9d749922a874761fcd2223
tree8fcf5235d52689c8e542c56e5ec83e9e1612697d
parent7ace8c778781a6d3e47010843d9bc5c0d337594d
[connman]: Fixed Scan Issue

Description: In following use case, ConnMan always perform the ssid based scan
and unable to find the new AP's.
a. Connect with any AP (Normal or Hidden)
b. Disconnect with AP
c. After this, ConnMan always perform the SSID based scan.

Impact: Tizen Device is unable to scan new AP's.

Reason:
In Tizen, ConnMan configure the "BackgroundScanning" flag as false because background
scan feature is implemented in net-config module.
Due to this reason, I have added patch to sync-up the ConnMan scan implementation
with net-config background scan feature.

Change-Id: I0cff11df18780816b5f61a647c2298c781e78557
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
packaging/connman.spec
plugins/wifi.c