Change-Id: I99ea06cd718bb90bd9333f3c586b30b80ad58fb7
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
dlog_print(DLOG_ERROR, "[%s:%d] wifi_manager_activate_with_wifi_picker_tested error =%s!!", __FILE__, __LINE__,WifiManagerGetError(nRet));
return 1;
}
+
+ RUN_POLLING_LOOP;
return 1;
}
ret = wifi_manager_activate_with_wifi_picker_tested(g_hWifi, wifi_manager_activated_with_picker_callback, NULL);
PRINT_RETURN("wifi_manager_activate_with_wifi_picker_tested", ret);
+ RUN_GMAIN_LOOP;
+
while (retry_count < WIFI_ACTIVATION_RETRY &&
g_nCallbackRet != WIFI_MANAGER_ERROR_NONE) {
sleep(5);