WLAN Priority/Connection order
Is there some way how-to prioritize WLANs? If I can reach multiple saved WLANs , I would like to be able to determine which automatically connect. As known from Belle for ex. (wifi1, wifi x, mobile data).
We have moved to a new Sailfish OS Forum. Please start new discussions there.
Is there some way how-to prioritize WLANs? If I can reach multiple saved WLANs , I would like to be able to determine which automatically connect. As known from Belle for ex. (wifi1, wifi x, mobile data).
This script forces a connection with your favorite WiFi
#!/bin/sh
systemctl --user stop connectionagent.service
connmanctl disable wifi
connmanctl enable wifi
sleep 20
# refresh
connmanctl scan wifi
connmanctl connect <your favorite WiFi>
systemctl --user start connectionagent.service
The 3rd column from the command connmanctl services
is the string to replace <your favorite WiFi>
.
With many thanks to Pyro Devils answer
This thread is public, all members of Together.Jolla.Com can read this page.
Asked: 2014-02-10 16:19:08 +0200
Seen: 936 times
Last updated: Feb 12 '14
[How-To] WPA-802.1X (enterprise), eduroam +[Others] GUI wifi support needed + workaround [released]
PBAP bluetooth profile support is requested [released]
My Jolla does not recognise any micro sd card. What I can do? [answered]
[Implemented in 1.0.4.20] WiFi tethering [released]
Add skype integration to sailfish os
Add DBus interface to stock music player [released]
Allow for multiple notification destinations
wpa_supplicant.conf seems to get overwritten and connman doesn't seem to have such an option. Are we out of luck here? I would like to see such an option too: at home there's a private accesspoint and ISP accesspoint with enterprise WPA with also access anywhere there are customers. At home the best reception is with the private accesspoint and connman sometimes goes crazy over both accesspoints: alternating connecting.
richhanz ( 2014-02-10 22:22:44 +0200 )editI would like this feature too. At home I have my own network and guest network openwireless.org and my phone seems to always go to the openwireless.org which has no encryption or anything and I cannot SSH into it from laptop, because laptop is in the private network.
Mikaela ( 2015-01-20 16:26:45 +0200 )edit