Click here to Skip to main content
15,881,793 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi,
how can i find a list of avaliable wifi bridges on network with .net? Any help or links will be appreciated.
Posted
Comments
Michael_Davies 30-Jul-15 10:20am    
Take it you mean Wifi Access Points. You can use WMI to enumerate the available wifi AP's and get signal strength and much more information. If you use Google you will get plenty of examples.
Alexander Dymshyts 31-Jul-15 1:35am    
I've read on stackoverflow that wmi does not work correct with Windows 7 and Windows 8. My application is for Windows 7.
Michael_Davies 31-Jul-15 1:40am    
Oh, I suppose nothing has changed and it still does not work then, I tried it and it does work...never mind. Mohammed has given you links that also work.
Alexander Dymshyts 31-Jul-15 3:16am    
I get in all links error - 1062 on line WlanClient client = new WlanClient(); or WlanOpenHandle().. I'll try now with WMI
Michael_Davies 31-Jul-15 3:24am    
Good luck.

1 solution

 
Share this answer
 
Comments
Alexander Dymshyts 31-Jul-15 3:17am    
I get in all links error - 1062 on line WlanClient client = new WlanClient(); or WlanOpenHandle()

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900