Answer the question
In order to leave comments, you need to log in
How to get wireless network profiles?
I need to get the profiles of all wifi networks that I connect to on my computer. You need to do this using C#. I have not found how to do this using libraries, but using the command line it is easy: netsh wlan show profiles . I tried to parse network names from the command line - it did not work. Need advice on which way to dig?
Answer the question
In order to leave comments, you need to log in
It seems that you can use Native Wifi
WlanScan
WlanGetProfile
WlanGetAvailableNetworkList
But I did not see the libraries under managed and the api status is a bit incomprehensible for new systems.
csharpprogramming.ru/uroki-po-c/kak-vypolnit-koman... Try it
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question