hagaygo / OpenWrtManager

Mobile app for interacting with your OpenWrt device.
GNU General Public License v3.0
145 stars 10 forks source link

WIFI Status on APs with multiple SSIDs #24

Closed jmccrohan closed 2 years ago

jmccrohan commented 2 years ago

Hi,

My home network runs three OpenWrt devices; a router and two APs. There are multiple SSIDs broadcast from the APs, and are configured with seamless transitions (802.11k and 802.11r).

I have OpenWRTManager (1.09.2) configured to show the WIFI Status information for each AP, but it only shows information for the first SSID on each. The remaining SSIDs show as No connected devices, even though there are devices connected.

I have debug output that I can email on directly if you require it.

Regards, Jon

hagaygo commented 2 years ago

Hi

I also have a similar setup and the app does show clients on multiple SSID's (I guess you do see them on LuCI web interface ?).

You can either attach the debug logs here on send them by email , I'll try to reproduce the issue here.

jmccrohan commented 2 years ago

Hi,

Yes, clients show up across the various SSIDs in the AP LuCI web interfaces.

Debug log sent via email there.

Thanks, Jon

hagaygo commented 2 years ago

I took a quick look on the file you sent.

The start of the file contains the requests :

You can see request id from 3 to 5 which sends command "assoclist".

3 for wlan0 4 for wlan1 5 for wlan0-1

If you check the rest of the file (search for authenticated text) you'll see there is results only for id=3 (wlan0) 4 and 5 gets empty result.

Check if the client you are missing are indeed on wlan1 and or wlan0-1.

Also click on "refresh devices" option on the drawer , so maybe the app will pick up the missing/correct wlan's.

Also , It seems you are using a snapshot version of OpenWRT , never tested the app against those , only against the official ones.

jmccrohan commented 2 years ago

Also click on "refresh devices" option on the drawer , so maybe the app will pick up the missing/correct wlan's.

This resolved the issue. Apologies for wasting your time. I should have figured that one out myself!

hagaygo commented 2 years ago

No problems.