Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enumerate all available WiFi networks using Delphi [duplicate]

How can I detect all WiFi networks availables using Delphi?

alt text
(source: filebuzz.com)

like image 512
Salvador Avatar asked Dec 05 '25 17:12

Salvador


2 Answers

There's a Native Wifi API from Microsoft which should allow you to do things like that. Unfortunately, of course - it's C/C++ only :-(

If you feel like you can convert that to Delphi yourself, go for it! Otherwise, you might have to check and see if anyone (possibly JEDI VCL?) has already done a Delphi translation of that API, or is thinking about doing it.

Marc

like image 167
marc_s Avatar answered Dec 08 '25 02:12

marc_s


i found this link

I want to work with Wifi with Delphi. How?

like image 39
Salvador Avatar answered Dec 08 '25 02:12

Salvador



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!