How to list all available Wi-Fi networks using Delphi

How can I identify all available WiFi networks using Delphi?

alt text
(source: filebuzz.com )

+3
source share
2 answers

There is Microsoft's Native Wifi API that should allow you to do such things. Unfortunately, of course, this is only C / C ++: - (

, Delphi , ! , , , - ( JEDI VCL?) Delphi API .

+3

Source: https://habr.com/ru/post/1718649/


All Articles