Open Matwolf08 opened 7 years ago
I'm very interested on this. Any solution to show the associated clients on a wireless dynamic vlan? Thanks
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.
2023 and still issue still persists. clients connected to AP/VLAN do not show up on the associated stations list.
Experiencing same issue.
I observe the same issue on openwrt 23.05.0-rc2.
It is a history problem since the old openwrt time, https://forum.archive.openwrt.org/viewtopic.php?id=71846
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?
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!