mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
hostapd exposes the `hostapd-auth` ubus object. In both hostapd_ubus_stations.lua and hostapd_stations.lua this object is incorrectly matched as if it were a wifi phy such as `hostapd.phy0-ap0`. Using the literal period to find interfaces (^hostapd%.) instead of the pattern-matching period (hostapd.) fixes this. fix formatting consistency Signed-off-by: Michael Payne <10254938+mikepayne02@users.noreply.github.com> [fix version conflict] Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>