I'm looking to be able to view the connected clients within the OpenWrt 10.03 software.

link|improve this question

62% accept rate
feedback

1 Answer

Like explained here - OpenWrt logging: how to find out "wifi deauthentication" - it depends on the wireless driver you're using.

  • iw dev wlan0 station dump --> for nl80211/mac80211 compatible drivers
  • wlc assoclist --> for proprietary broadcom-wl driver

In case of iw you naturally need to replace wlan0 with the interface that has hostapd (AP daemon) running on it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.