darking050
darking050

Reputation: 637

Search for available wireless networks

I need to search for available wireless networks and take this list and store it. I tried searching in MSDN Library for information, plus Google. But no luck.

Kindly help me. Thanks.

Upvotes: 1

Views: 157

Answers (2)

Tom Verhoeff
Tom Verhoeff

Reputation: 1270

The best you can do regarding the wireless connection is determining the connection type. There is no way to access or manipulate details about the connection.

See this MSDN article for more information on using NetworkInterface.NetworkInterfaceType to determine the connection type

Upvotes: 3

vcsjones
vcsjones

Reputation: 141618

Windows Phone (even Mango) does not have an API that exposes this information.

Upvotes: 0

Related Questions