M
M
Michael2015-11-21 22:59:14
C++ / C#
Michael, 2015-11-21 22:59:14

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?edba74432bbb4c2199fdedb0110c2371.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Melz, 2015-11-21
@woberin

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.

D
Dmitry Kovalsky, 2015-11-21
@dmitryKovalskiy

csharpprogramming.ru/uroki-po-c/kak-vypolnit-koman... Try it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question