Hello everyone,
I’m developing an app which should show internal connection infos: such tv hotspot connection name and self generated password.
Is it possible? Do you know how?
Regards,
Christian
Hello everyone,
I’m developing an app which should show internal connection infos: such tv hotspot connection name and self generated password.
Is it possible? Do you know how?
Regards,
Christian
Solution found:
var ssid = webapis.network.getSoftAPSSID();
$("#debug-ssid").html(ssid);
var skey = webapis.network.getSoftAPSecurityKey();
$("#debug-skey").html(skey);
It is also important to assign the righe permission required by webapis library (