From 236c2b4391771af3eef2e4c2ec65375aab0e6137 Mon Sep 17 00:00:00 2001 From: Niraj Kumar Goit Date: Thu, 9 Jun 2016 22:52:00 +0530 Subject: [SPIN] wispr: cellular service does not make portal detection. Change-Id: If897ee6e8d102f1b960bdc088543a942b47f6fc6 Signed-off-by: Niraj Kumar Goit --- src/wispr.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/wispr.c b/src/wispr.c index ef4bdaba..330aa1d4 100755 --- a/src/wispr.c +++ b/src/wispr.c @@ -926,6 +926,11 @@ int __connman_wispr_start(struct connman_service *service, DBG("service %p", service); +#if defined TIZEN_EXT + if (connman_service_get_type(service) == CONNMAN_SERVICE_TYPE_CELLULAR) + return -EPERM; +#endif + if (!wispr_portal_list) return -EINVAL; -- cgit v1.2.3