connect_wireless may try to connect to a non available AP if not connected to wireless already
Bug #862314 reported by
Ara Pulido
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Checkbox |
Fix Released
|
Medium
|
Unassigned |
Bug Description
If connected only to a ethernet connection, connect wireless does:
nmcli -t -f UUID,TYPE con list
This returns a list of all the remembered connections, and the script may try to connect to one that is not available.
Changed in checkbox: | |
milestone: | none → 0.13 |
importance: | Undecided → Medium |
To post a comment you must log in.
This would be solved by the dependencies working properly, as the wireless/ wireless_ connection test would make sure the last used connection was one that is available. I think there will be a way to improve so that at least it chooses the last *available* connection rather than just the last used one, but since this is milestoned for P we can deal with it in due course.