How to find a list of wireless networks (SSID's) in Java, C#, and/or C?
问题 Is there a toolkit/package that is available that I could use to find a list of wireless networks (SSID's) that are available in either Java, C#, or C for Windows XP+? Any sample code would be appreciated. 回答1: For C#, take a look at the Managed Wifi API, which is a wrapper for the Native Wifi API provided with Windows XP SP2 and later. I have not tested this code, but looking at the Managed Wifi API sample code, this should list the available SSIDs. WlanClient client = new WlanClient();