kientnt90
kientnt90

Reputation: 33

Connect to WPA/WPA2 wireless network with password in Windows Phone 8/8.1 SDK

I have read the Connect to a wireless network in C# question, and I want to do the same thing on Window Phone 8.1 SDK. Could I connect to WPA2 wireless network with password by using wireless profile on Window Phone? And Which methods correspond to wlanIface.SetProfile and wlanIface.Connect

Thanks.

Upvotes: 0

Views: 502

Answers (1)

Peter
Peter

Reputation: 5728

No. Windows Phone generally does not let applications change system settings. The best you can do is open the WiFi Settings page. See Turn Windows Phone Settings On/Off

Upvotes: 2

Related Questions