From ffdbdd50be19d7debc9d749922a874761fcd2223 Mon Sep 17 00:00:00 2001 From: Maneesh Jain Date: Thu, 29 Sep 2016 14:43:12 +0530 Subject: [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 --- packaging/connman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging') diff --git a/packaging/connman.spec b/packaging/connman.spec index 064fec4c..953d5184 100755 --- a/packaging/connman.spec +++ b/packaging/connman.spec @@ -4,7 +4,7 @@ Name: connman Version: 1.29 -Release: 17 +Release: 18 License: GPL-2.0+ Summary: Connection Manager Url: http://connman.net -- cgit v1.2.3