Files
John Crispin cad3881176 fix: include WDS STA associations in state reporting
This is a refactored version of commit 100c045af1
which fixed the cloud not showing association list when WDS-AP is present.

The original patch added complex nested loops to discover WDS STA dynamic
interfaces (e.g., wlan2.sta1) and collect their station data. This clean
implementation achieves the same result with two focused helper functions:

- discover_wds_interfaces(): Scans /sys/class/net/ for .sta* interfaces
- collect_all_stations(): Queries hostapd via ubus to get WDS client data

WDS associations are now properly included in SSID associations with
metadata (wds_interface, connection_type) and correct delta counter
interface names.

Fixes: WIFI-14838
Signed-off-by: John Crispin <john@phrozen.org>
2025-10-19 16:09:56 +02:00
..
2025-04-10 16:07:00 +02:00
2025-10-19 16:09:55 +02:00
2023-05-16 14:05:50 +02:00