[connman]: Fixed: ConnMan keep trying connection infintely 21/106721/8
authorManeesh Jain <maneesh.jain@samsung.com>
Thu, 22 Dec 2016 13:00:28 +0000 (18:30 +0530)
committerManeesh Jain <maneesh.jain@samsung.com>
Mon, 9 Jan 2017 07:35:39 +0000 (23:35 -0800)
commit77076d221356867d576bba8084614f1b15700597
tree4365d814ba30ea2915e9f0a8471dab61358c0b22
parente2224351c2934d63d8e944b69e572a99db209919
[connman]: Fixed: ConnMan keep trying connection infintely

Description : In following use case, ConnMan was stuck in
auto-connection with a specific AP. In that time, user
could not be able to select any other AP for connection.
1. Connect with an AP
2. Add the Device Mac address in AP's Mac filter list
3. Device disconnect from AP
4. Device keep trying to connection with AP

Partially added following upstream patch.
"http://git.kernel.org/cgit/network/connman/connman.git/commit/?id=3bda07204b11158dd18322db6e64dc92bdd07124"

Change-Id: I1731bfd21324c83a87f4ff2a5fccf264fd7883f5
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
include/network.h
include/service.h
packaging/connman.spec
plugins/wifi.c
src/network.c
src/service.c