How to get the Wi-Fi client connected information?

Hello,

We set the TX1 as Wi-Fi access point mode and remote client can connected to TX1.
We want to get the client connected information, include client’s rssi, client’s inactive time, client’s TX/Rx data stats.
Why we can’t use the iw command “iw dev wlan0 station dump” to get these information? Whether in TX1 Linux for Tegra R23.2 or R24.1.
Is there any way we can to get there information?

Thanks.

Hello,

We get an information from website.
The iw will to use Wext/nl80211 driver to communicate with DHD driver.
So, the DHD must include Wext/nl80211 while compiling.
Could Nvidia help to solve this problem?

Thanks.

Hi Wensheng,

What happened when you use iw dev wlan0 station dump? Return nothing?

Hi Wayne,

Yes, it return nothing when we use “iw dev wlan0 station dump” command. How we can to get this information?

Thanks.

Hi Wensheng,

Have you tried command “iw dev wlan0 station get <specific connected client’s MAC Address>”?

If yes, does it return what you wanted?

Hi Wayne,

Yes, I’ve tried the command “iw dev wlan0 station get <specific connected client’s MAC address>”
But, it only return client’s inactive time.
If we want to get the client’s rssi and client’s TX/RX data stats. How we do it?

Thanks.