Fix auto connection failure 76/245776/1
authorJaehyun Kim <jeik01.kim@samsung.com>
Thu, 15 Oct 2020 13:32:17 +0000 (22:32 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Thu, 15 Oct 2020 13:32:17 +0000 (22:32 +0900)
commitb2c0ac0bd56e8070a05b7a7328fd611536c8794a
treecb6e976b9689a1149f491da62bda18d017d61a68
parent4e1d941e94590b2a41996b477f2563a9c860e1e5
Fix auto connection failure

If there is more than one connection history, auto-connection is failing.
This problem occurs because two APs try to connect to the same interface at the same time.
So fixed to prevent duplicate connection attempts on the same interface.

Change-Id: If5da80db089c9607579f943d023565c999a5576b
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
src/service.c