Detecting all wifi devices in range

Hi guys,

My boss has me trying to use a Digi Transport WR44 to count all unconnected wifi devices in range of the unit for passenger counting. Is this even possible?

Thanks

I would start with the Transport Users Guide.
There are several CLI commands you can do wifi scan not sure if this is what your looking for:
http://ftp1.digi.com/support/documentation/90001019_K.pdf
Related CLI Commands
Command
Options
Parameter
Equivalent Web Parameter
wificonn
n/a
Displays the Wi-Fi connection table.
wificonn
x
cscan
Performs wifi network scan
wifistat
n/a
Displays the Wi-Fi statistics.

if you want to do it programmatically you could do a python program that used the sarcli module. You would use that to issue the appropriate commands: wificonn, etc.