Reputation: 33
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
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