What's new
  • 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!

How to tell wifi connection details

Calisro

Senior Member
I may be completely missing it. I am trying to either run some shell commands or from the GUI to determine how my clients are connected to my RT-AC68U router. I can easily see if they are connected to the 2 or 5 ghz channels but what I am looking for is how to tell if they are connected at 20/40/80mhz channels on the different bands or if they are connected a/g/n/ac etc. Is there a way to get details to this level from either a shell script or from the GUI (or both?). I am running Merlin's FW on this router.
 
I may be completely missing it. I am trying to either run some shell commands or from the GUI to determine how my clients are connected to my RT-AC68U router. I can easily see if they are connected to the 2 or 5 ghz channels but what I am looking for is how to tell if they are connected at 20/40/80mhz channels on the different bands or if they are connected a/g/n/ac etc. Is there a way to get details to this level from either a shell script or from the GUI (or both?). I am running Merlin's FW on this router.

The most detail you can get is from the System Log -> Wireless Log page. That will give you link rates and RSSIs for each client (as well as which band they are connected to).
 
Type "wl" from a command line, there are 100s of commands with help available, most will need pretty extensive script parsing of the results to do anything though.
 
"cat /proc/net/wireless" and "ip -s a" or "ifconfig" for network stats.

As the previous poster mentions, the "wl" command has a huge selection of stats and options.
 
Very helpful all. This is great help. I hadn't seen the GUI page and that is great stuff. I'll checkout the shell options mentioned as scripting will be the best option for my use case. Thx!
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

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