What's new

Where does Wireless Log Get It's Info From

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

s_Fanous

Occasional Visitor
Hi,

Is there a file on the filesystem or command that is executed by which Wireless Log is able to retrieve it's information from?

I'm interested in getting this same information and would appreciate if you could point out where this information is coming from.

TIA
 
Is there a file on the filesystem or command that is executed by which Wireless Log is able to retrieve it's information from?
Here's examples for getting info about the primary 5GHz channel.
Code:
/usr/sbin/wl -i eth2 assoc
/usr/sbin/wl -i eth2 assoclist
/usr/sbin/wl -i eth2 sta_info AA:BB:CC:DD:EE:FF
 
Hi,

Is there a file on the filesystem or command that is executed by which Wireless Log is able to retrieve it's information from?

I'm interested in getting this same information and would appreciate if you could point out where this information is coming from.

TIA
It's built dynamically from the leases file, arp table and queries to the broadcom drivers.....sorry, no file....
 
Here's examples for getting info about the primary 5GHz channel.
Code:
/usr/sbin/wl -i eth2 assoc
/usr/sbin/wl -i eth2 assoclist
/usr/sbin/wl -i eth2 sta_info AA:BB:CC:DD:EE:FF

/usr/sbin/wl -i eth1 assoclist
AND
/usr/sbin/wl -i eth2 assoclist

are what I need.

Thanks a lot
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top