802.11b device driver question

J

J.K.

Hi All,

I'm working on a sample Windows XP/2000 NDIS device driver for 802.11b NIC
as part of my thesis. Now, I've got a problem:
I could retrieve the current received signal strength (strongest) just fine,
but what if I want to retrieve the values of received signal strength from
all APs in my WLAN?

Thanks for the help!
 
P

Pavel A.

J.K. said:
Hi All,

I'm working on a sample Windows XP/2000 NDIS device driver for 802.11b NIC
as part of my thesis. Now, I've got a problem:
I could retrieve the current received signal strength (strongest) just fine,
but what if I want to retrieve the values of received signal strength from
all APs in my WLAN?

Thanks for the help!

Ok then you have a little problem :)
Use whatever interface your APs provide (snmp, http ... )

- PA
 
L

Larry Cawley

You need to have the chip SCAN to find the beacons from all APs on channels
other than the one the 802.11 device is associated on.
 
P

public.microsoft.com

you might better do a thesis on xfer rates. Signal strength means diddly. I
can stand out side in driveway with laptop and get full strength signal, or
am I. Your microwave, cordless phone, cell phone and other neat toys you
have = NOISE = low xfer.
 
T

Taipan

I have the same problem.

How can i find the other beacons

Taipan
Larry said:
*You need to have the chip SCAN to find the beacons from all APs o
channels
other than the one the 802.11 device is associated on.


-
Taipa
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top