Search found 5 matches

by nbk
Sun Apr 10, 2011 5:38 am
Forum: Share Code
Topic: List Access Points (AP) in a different way
Replies: 7
Views: 35486

Re: List Access Points (AP) in a different way

I hope this can help you ;)
by nbk
Sun Apr 10, 2011 5:38 am
Forum: Share Code
Topic: List Access Points (AP) in a different way
Replies: 7
Views: 35486

Re: List Access Points (AP) in a different way

Actually they use another library to do that. It is ManagedWifi (Apache licence).

You can find it here: managedwifi . codeplex . com (again spaces for the spamy filter).
by nbk
Sat Apr 09, 2011 4:45 pm
Forum: Share Code
Topic: List Access Points (AP) in a different way
Replies: 7
Views: 35486

Re: List Access Points (AP) in a different way

Yes, you are right.
They managed in a different way for newer system, they use the Native Wifi API (msdn . microsoft . com/en-us/library/ms705969.aspx (again the spaces because of the spam filter)).
by nbk
Thu Apr 07, 2011 3:43 am
Forum: Share Code
Topic: List Access Points (AP) in a different way
Replies: 7
Views: 35486

Re: List Access Points (AP) in a different way

Hi ACalcutt.

Actually, after looking a while a found "inSSIDer 2.0", written in C# which does quite of the same.
The make calls to WMI, I guess.
Basically, what they do is this:
us. generation-nt. com / msndis-80211-bssidlistscan-using-wmi-c-help-24662242.html (it says Your post looks too spamy ...
by nbk
Wed Apr 06, 2011 1:04 pm
Forum: Share Code
Topic: List Access Points (AP) in a different way
Replies: 7
Views: 35486

List Access Points (AP) in a different way

Hi there,
I hope this is the right forum to post this.

I was looking for a way to find the signal strength, the mac addresses from the different APs, etc, as you tool does.
However, I have seen that you use the Vista command 'netsh wlan show networks mode=bssid' to get wireless information, as ...