CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2006
    Posts
    120

    List available wifi networks

    Which APIs are available to do this?

    Thanks

    Mark

  2. #2
    Join Date
    Dec 2008
    Posts
    144

    Re: List available wifi networks

    You can use Native WiFi components: http://msdn.microsoft.com/en-us/libr...(v=vs.85).aspx

    It seems that WlanGetAvailableNetworkList can do the thing you need.
    http://msdn.microsoft.com/en-us/libr...(v=vs.85).aspx

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured