openwrt / luci

LuCI - OpenWrt Configuration Interface
Apache License 2.0
6.38k stars 2.53k forks source link

No Associated Stations displayed when using dynamic VLANs #1324

Open Matwolf08 opened 7 years ago

Matwolf08 commented 7 years ago

Hello, I'm using SSIDs with WPA2 802.1X and dynamic VLANs. For those SSIDs the "Associated Stations" section does not show any station.

I use 3 VLANs (with ID 18, 19 and 20).

I think this is due to the fact that these stations are associated to different devices than wlan0 or wlan1. Using iw (or iwinfo) command I can see stations under the wlan0.20, wlan1.20, etc. devices. The parent device (wlan0 or wlan1) on this specific configuration does not have any station directly associated.

Maybe LuCI doesn't aggregate the additional VLAN interfaces under the "parent" interface?

Is there a way to correct this?

Thanks in advance!

xsokolikx commented 5 years ago

I'm very interested on this. Any solution to show the associated clients on a wireless dynamic vlan? Thanks

ASoTNetworks commented 3 years ago

I am also interested in seeing this fixed so we don't have to go into the command line to see connected clients on each VLAN interface.

gtxaspec commented 1 year ago

2023 and still issue still persists. clients connected to AP/VLAN do not show up on the associated stations list.

timfoley66 commented 1 year ago

Experiencing same issue.

spamtrap07 commented 1 year ago

I observe the same issue on openwrt 23.05.0-rc2.

hizukiayaka commented 1 week ago

It is a history problem since the old openwrt time, https://forum.archive.openwrt.org/viewtopic.php?id=71846

systemcrash commented 1 week ago

I think the first reasonable steps to fix this including augmenting (read: patch) the iw command to aggregate station info irrespective of interface, if it doesn't already. Armed with this it should be trivial to figure out their vlans and which ap to roughly display them correctly.

What kind of information does iw have available?