What's new

The command iw dev eth7 station dump reports an empty output

  • 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!

alpha.tsv

New Around Here
When run the command "iw dev eth7 station dump" via SSH on My RT-AX88U, the screen reports an empty output
 
Last edited:
There is no interface called wlan0 in Asuswrt.
 
I change the interface to eth7 or eth6, still output empty
You should be using Broadcom's API rather than the generic Linux userspace tool. Broadcom's tool is wl.
 
Try this:
Code:
wl -i eth7 sta_info 48:BC:00:01:02:03 | grep "rate of"
Change the interface and MAC address as appropriate.
 
This command only get the Tx/Rx toaol packet byte. not Link Rate (PHY Rate)
Are you sure. It works on my RT-AX86U.

Code:
# wl -i eth7 sta_info 64:6E:69:2B:C8:0D | grep "rate of"
         rate of last tx pkt: 650000 kbps - 175500 kbps
         rate of last rx pkt: 18000 kbps
Untitled.png
 
Are you sure. It works on my RT-AX86U.
你確定嗎。它適用於我的 RT-AX86U。

Code:
# wl -i eth7 sta_info 64:6E:69:2B:C8:0D | grep "rate of"
[代碼]# wl -i eth7 sta_info 64:6E:69:2B:C8:0D | grep “比率”
         rate of last tx pkt: 650000 kbps - 175500 kbps
最後傳送包的速率:650000 kbps - 175500 kbps
         rate of last rx pkt: 18000 kbps
最後接收包的速率:18000 kbps[/CODE]
View attachment 61965
I want to get the Tx Rate/Rx Rate like as below
2024-10-17_073631.jpg
 

Attachments

  • 2024-10-17_073631.jpg
    2024-10-17_073631.jpg
    41.1 KB · Views: 7
  • 2024-10-17_073631.jpg
    2024-10-17_073631.jpg
    41.1 KB · Views: 7
Similar threads
Thread starter Title Forum Replies Date
B hwinfo command ASUSWRT - Official 3

Similar threads

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!
Top