Ridz
Ridz

Reputation: 63

Programatically add a wifi network on the BlackBerry

As opposed to manually setting up a Wifi network(scanning>adding>set encryption settings, etc) I'm trying to create an app that once the user enters his login credentials will automatically add the wifi network complete with the necessary network settings.

Maybe i've been searching using the wrong keywords but I havent stumbled upon anything about this.

I'm wondering which class(es) I should be looking at. Is this even allowed by the API?

Upvotes: 3

Views: 891

Answers (1)

John Paulett
John Paulett

Reputation: 15824

Take a look at HotspotClient and HotspotClientRegistry.

Upvotes: 3

Related Questions