Fix Wi-Fi activation issue in TM1 23/257323/2 submit/tizen/20210427.065300
authorNishant Chaprana <n.chaprana@samsung.com>
Tue, 27 Apr 2021 04:22:32 +0000 (09:52 +0530)
committerNishant Chaprana <n.chaprana@samsung.com>
Tue, 27 Apr 2021 04:22:34 +0000 (09:52 +0530)
commitcba5cda6e7f5671ec2d0b52d2a6039fa7f40c954
tree1b795e9c248b544de727c25686c64de3a7c1fede
parent770ed7e6a3173290e071662a385b892756ff5072
Fix Wi-Fi activation issue in TM1

Increased timeout to 10 seconds in case of device activation
This is required because the Mac Randomizaiton parameters need
to be set by dbus calls, to retains previous boot settings.

The timeout value is already less because wifi_manager_activate() API
has 120 seconds timeout to turn on the device, however current timeout
emits failure callback post 4 seconds, when -EINPROGRESS is returned
from device plugin.

Change-Id: I92041dbd9898f1f6b0a59f895bcd06fb5f6e1e91
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
src/device.c