In my Delphi (on Windows Xp) program I’d like to check available WiFi networks. Do you have any idea how to do it? Best is probably to use MS WlanScan API function but I did not found an example. Can someone help me?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the Native Wifi API, available since Windows Vista and Windows XP. Older versions of Windows are not supported.
In this link you can find a very nice translation of the headers.
I wrote this code using these headers. Tested in Delphi 2007 and Windows Vista.
alt text http://i33.tinypic.com/2z83ubt.jpg
Bye.