Karthik Dheeraj
Karthik Dheeraj

Reputation: 1049

How to view List of Available WIFI Networks Programatically in Windows Phone8 App

I am Developing an application in which home page should display list of all available WiFi networks(open or secure). On clicking on any of the network in list it should connect to that WIFI.

How can it be possible in windows phone8?

Upvotes: 0

Views: 570

Answers (1)

Matt Lacey
Matt Lacey

Reputation: 65564

It is not possible to get a list of available WiFi networks via any of the public APIs.

It will not be possible to build the app you describe on Windows Phone.
The ability to view available WiFi networks and choose the one to connect to is already included in the phone settings.

Upvotes: 2

Related Questions