Wireless, associated stations: get host names via SSH

Hey guys, so I'm trying to retrieve via ssh commands the stuff I see on web gui -> Network -> Wireless, Associated Stations section. I can get a list of mac addresses like so:

ubus call iwinfo assoclist '{"device":"wlan1"}'

but it doesn't return host names or assigned ip addresses. How do I get those?

ubus call luci-rpc getHostHints

4 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.