Java - Get List of Wireless Networks in Range
I'm trying to get a list of wireless networks that are in range of the user. I would like the program to be able to get SSID (if broadcasting), Security Type (WEP, WPA, WPA2), and maybe a couple ot开发者_开发技巧her pieces of information. I want to do the whole project through java because of its platform independence, but I will have a mechanism setup to handle OS's since I heard that can be a problem. I would first like to get it running on Windows. My problem is, getting the information.
I have heard of jWlanScan, but I can't seem to find a way to call the methods in my code. I have wlanscan.jar referenced as a library in my project. Any help would be much appreciated.
精彩评论