Obtaining Nearby Wifi In C
Posted
by WizardsSleeve
on Stack Overflow
See other posts from Stack Overflow
or by WizardsSleeve
Published on 2010-06-14T19:35:48Z
Indexed on
2010/06/14
19:52 UTC
Read the original article
Hit count: 128
I am trying to identify a method for obtaining nearby wifi access points using C in Windows. I am coding in Visual Studio 2010. I have read the necessary documentation but am lacking in guidance on how to implement code that would accomplish this.
I am specifically interested in obtaining the MAC address of nearby access points or at a minimum the MAC address of the currently connected Wifi access point. Is it possible to do this using WMI in Windows, specifically on Windows XP SP3 and later?
Any pointers on how to do this are greatly appreciated.
© Stack Overflow or respective owner