-
Notifications
You must be signed in to change notification settings - Fork 13
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
connman_curses doesn't show available wireless AP when already connected to one of those. #9
Comments
Hi, Yes, this might seems strange but we assumed that a user is interested in the network he is connected to (more than other networks that is). I'm afraid this won't change anytime soon, sorry for the (reasonably low) downtime experienced during network switching. |
And what about a way to scan the available networks while connected to an AP?. Currently I cannot see available networks when I'm already connected to a network (I'm not talking about the default behavior which may be to show the current configuration, but to allow to scan the nearby zone if needed) |
I agree with @chilicuil This issue is to be considered as a feature to have |
OK, I add this to my TODO list but I won't be able to deliver this quickly. |
@chilicuil I made the fix but I don't have multiple interfaces, is it possible for you to test it "in situation" ? |
Hi @alan-mushi , thanks for the follow-up, I tested this with a single interface, and I didn't see any way to scan nearby APs, moreover with these changes when I press F7 on the default configuration screen the application crashes with the following trace.
It may be not related to your changes (although it doesn't happen with eurogiciel-oss version) but anyway I wanted to let you know. Right now I don't have multiple network cards so I won't be able to test further but as soon as I get back to home I'll test it (may take a couple of months). Regards |
Thanks for the test, this crash was indeed unexpected (I couldn't reproduce it and valgrind was not helpful) and don't seem related to what I modified. @chilicuil Could you send the "connman client log" leading to your crash please ? To do this, execute |
Hello,
I love the performance of connman/connman_curses for connecting to wireless APs (it's almost instantaneously!), however there are some times where I would like to switch between networks and I can only do it by disconnecting manually from my current network, and selecting (and configuring) the new one.
Testcase
connman_curses
wifi technology
connman_curses
connman_curses
wifi technology
connman_curses
display the current AP settings (which I think is more appropriated for the configure action [s shortcut])Expected behavior
For me, a better behavior would be,
connman_curses
displaying the available APs and allowing me to select one of them (and even allowing me to enter the missing information, in case the new AP isn't configured yet) so I can switch between networks with minimal downtime.The text was updated successfully, but these errors were encountered: