#20261: Luci web interface doesn't list wireless associations when dynamic vlans
are being used
--------------------------+------------------------
  Reporter:  merpmerp     |      Owner:  developers
      Type:  defect       |     Status:  new
  Priority:  normal       |  Milestone:
 Component:  base system  |    Version:  Trunk
Resolution:               |   Keywords:
--------------------------+------------------------

Comment (by anonymous):

 iwinfo DEV assoclist returns associated clients correctly, assuming i
 issue the command for all the weird interfaces that are created, currently
 i have the following interfaces:

 wlan1.100
 wlan1-1
 wlan1
 wlan0.100
 wlan0-1
 wlan0

 and the following commands returns an accurate listing of all associated
 clients:
 for foo in $(iw dev | grep Interface | cut -f 2 -s -d" "); do iwinfo $foo
 assoclist; done

 I'm having a hard time finding the logic in Luci that populates the list
 of associations, my Lua is very bad :(

--
Ticket URL: <https://dev.openwrt.org/ticket/20261#comment:1>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to