1

I want to connect a specific wifi network programatically using the ssid name, password and network type. For Android I found a solution: How do I connect to a specific Wi-Fi network in Android programmatically?
But for BlackBerry I can't find any solution.

Community
  • 1
  • 1
user1213202
  • 1,305
  • 11
  • 23

1 Answers1

0

If you are programming for BlackBerry OS 5 or above you may be able to use the HotspotClientRegistry.

Richard
  • 8,920
  • 2
  • 18
  • 24
  • iam new to this bb development.can u tell with any example.i want to connect to wifi network based on ssid name,password and network type.plz help..... – user1213202 Dec 26 '12 at 03:57
  • 1
    wasn't this added in [OS 5.0](http://www.blackberry.com/developers/docs/5.0.0api/net/rim/device/api/wlan/hotspot/HotspotClientRegistry.html), or was the ability to initiate a connection not added until BB 6? – Nate Jan 02 '13 at 23:29
  • Quite right Nate. I must have miss read the since.. in the API docs. Correction made. – Richard Jan 03 '13 at 00:13