cancel
Showing results for 
Search instead for 
Did you mean: 

How to get Wi-Fi SSID in SUP HWC application

Former Member
0 Kudos

Dear all,

I am trying to create SUP HWC application, in this application we need to make sure the user has connected
to a specific Wi-Fi network.

I know we can get the network connection type using PhoneGap API (navigator.network.connection.type).

Is there any way to get the Wi-Fi SSID in SUP HWC application?

Thanks & Regards,

Fibeesh C.A

Accepted Solutions (0)

Answers (1)

Answers (1)

Dan_vL
Product and Topic Expert
Product and Topic Expert
0 Kudos

If PhoneGap does not provide the API to return this, it should be possible to create a PhoneGap plug-in that does return this.

See http://infocenter.sybase.com/help/topic/com.sybase.infocenter.dc01853.0220/doc/html/vhu1333482674969...

Depending on your version of SUP, on step two, plugin.xml may have been renamed to config.xml.

Here is another recent posting showing how to add a custom PhoneGap plug-in.

http://scn.sap.com/community/developer-center/mobility-platform/blog/2013/02/28/adding-some-phonegap...