-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix retrieving wireless interfaces #9
Conversation
Thank you @Trekky12 for your PR! Did you check with an older (<23.05) version that the iwinfo command works there, too? |
I have checked 22.03 and since this method is in the official documentation (https://openwrt.org/faq/how_to_get_a_list_of_connected_clients) which was
I think it should work in several older versions too. |
Thanks for checking @Trekky12 . |
Thank you very much for accepting the PR @newkit. |
Well, someone (you|me ;-) has to update the packages via a PR here https://github.com/openwrt/packages :-D |
Could you do that? 😊 |
|
Fixed _get_wireless_interfaces, thanks to Trekky12 Check schedule during router startup Fixes: newkit/wifischedule#9 Maintainer: @newkit Tested: TP-Link WDR3600 with OpenWRT 23.05 Signed-off-by: Nils Koenig [email protected]
Fixed _get_wireless_interfaces, thanks to Trekky12 Check schedule during router startup Fixes: newkit/wifischedule#9 Maintainer: @newkit Tested: TP-Link WDR3600 with OpenWRT 23.05 Signed-off-by: Nils Koenig <[email protected]>
Fixed _get_wireless_interfaces, thanks to Trekky12 Check schedule during router startup Fixes: newkit/wifischedule#9 Maintainer: @newkit Tested: TP-Link WDR3600 with OpenWRT 23.05 Signed-off-by: Nils Koenig <[email protected]>
Fixed _get_wireless_interfaces, thanks to Trekky12 Check schedule during router startup Fixes: newkit/wifischedule#9 Maintainer: @newkit Tested: TP-Link WDR3600 with OpenWRT 23.05 Signed-off-by: Nils Koenig <[email protected]>
Fixed _get_wireless_interfaces, thanks to Trekky12 Check schedule during router startup Fixes: newkit/wifischedule#9 Maintainer: @newkit Tested: TP-Link WDR3600 with OpenWRT 23.05 Signed-off-by: Nils Koenig <[email protected]>
I saw on GitHub that the package was updated recently to 1.1.0. However, I can still only see version 1-3 when I check with opkg. Updates for other packages are visible, so do you have any ideas why this could be the case? I am currently on 23.05.5 |
This fixes issue #8