activating wifi on a Gear S

activating wifi on a Gear S

BY 02 Dec 2014 Web Application Development

Hi,

 

I am trying to find a method to activate my Gear S wifi connection within my application (it is a watchface) under some conditions.

But I couldn’t find a method except:

 

https://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.appprogramming/html/tutorials/net_tutorial/activate_deactivate_wifi.htm

 

Could I  use the method here in my watchface ? Would it work on a Gear S ? If not, what is the correct way ?

WifiManager wifiMgr;

wifiMgr.Construct(*this);

 

wifiMgr->Activate();

Thanks.

 

Written by