Configure WiFi roaming for Gnome Network ManagerHow to prevent Network Manager from auto creating network connection profiles with “available to everyone” by defaultConfiguration of the Network Manager via DBus: how to set the ad hoc modeVPN connection and network managerNetwork Manager shows no WiFi networks

I am confused with the word order when putting a sentence into passé composé with reflexive verbs

How to find an internship in OR/Optimization?

Translate "iconoclast" to classical Latin

How can I curtail abuse of the Illusion wizard's Illusory Reality feature?

What determines the top speed in ice skating?

Postman Delivery

Why do previous versions of Debian packages vanish in the package repositories? (highly relevant for version-controlled system configuration)

How to make a gift without seeming creepy?

'Cheddar goes "good" with burgers?' Can "go" be seen as a verb of the senses?

Why is the logical NOT operator in C-style languages "!" and not "~~"?

Is sleeping on the ground in cold weather better than on an air mattress?

How can we check whether the user input equal to one elements of an array?

Mishna Berura Ruling on Tying Tekhelet

A car vs the car - English Article

Why didn't Kes send Voyager home?

Can I use I2C over 2m cables?

How to work with ElasticSearch in Mathematica?

How to discipline overeager engineer

How to make "acts of patience" exciting?

Transiting through Switzerland by coach with lots of cash

Can you pitch an outline?

Can you add a collaborator to a Glyph of Warding?

Meaning/translation of title "The Light Fantastic" By Terry Pratchett

What does ぎゃんかわ女子 mean?



Configure WiFi roaming for Gnome Network Manager


How to prevent Network Manager from auto creating network connection profiles with “available to everyone” by defaultConfiguration of the Network Manager via DBus: how to set the ad hoc modeVPN connection and network managerNetwork Manager shows no WiFi networks






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









1















Is it possible to change/configure the WiFi roaming strategy for Gnome Network Manager?
In general I would like to be able to configure how sticky it should be to connected access points (APs) and possibly give it a hint of which AP it should currently use.



For handling (wifi) connections, I'm using NetworkManager on Ubuntu 16.04.










share|improve this question
























  • It "sticks" to one network until it looses signal. What exactly are you trying to change here?

    – user692175
    Oct 2 '17 at 8:14







  • 1





    We have seen it sticking to an access point (ap) with very low signal while another ap with significant better signal was available. We have also seen it jump ap while the signal strength was increasing.

    – Morten
    Oct 2 '17 at 9:11

















1















Is it possible to change/configure the WiFi roaming strategy for Gnome Network Manager?
In general I would like to be able to configure how sticky it should be to connected access points (APs) and possibly give it a hint of which AP it should currently use.



For handling (wifi) connections, I'm using NetworkManager on Ubuntu 16.04.










share|improve this question
























  • It "sticks" to one network until it looses signal. What exactly are you trying to change here?

    – user692175
    Oct 2 '17 at 8:14







  • 1





    We have seen it sticking to an access point (ap) with very low signal while another ap with significant better signal was available. We have also seen it jump ap while the signal strength was increasing.

    – Morten
    Oct 2 '17 at 9:11













1












1








1


1






Is it possible to change/configure the WiFi roaming strategy for Gnome Network Manager?
In general I would like to be able to configure how sticky it should be to connected access points (APs) and possibly give it a hint of which AP it should currently use.



For handling (wifi) connections, I'm using NetworkManager on Ubuntu 16.04.










share|improve this question














Is it possible to change/configure the WiFi roaming strategy for Gnome Network Manager?
In general I would like to be able to configure how sticky it should be to connected access points (APs) and possibly give it a hint of which AP it should currently use.



For handling (wifi) connections, I'm using NetworkManager on Ubuntu 16.04.







16.04 wireless gnome network-manager






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Oct 2 '17 at 6:49









MortenMorten

4231 gold badge4 silver badges13 bronze badges




4231 gold badge4 silver badges13 bronze badges















  • It "sticks" to one network until it looses signal. What exactly are you trying to change here?

    – user692175
    Oct 2 '17 at 8:14







  • 1





    We have seen it sticking to an access point (ap) with very low signal while another ap with significant better signal was available. We have also seen it jump ap while the signal strength was increasing.

    – Morten
    Oct 2 '17 at 9:11

















  • It "sticks" to one network until it looses signal. What exactly are you trying to change here?

    – user692175
    Oct 2 '17 at 8:14







  • 1





    We have seen it sticking to an access point (ap) with very low signal while another ap with significant better signal was available. We have also seen it jump ap while the signal strength was increasing.

    – Morten
    Oct 2 '17 at 9:11
















It "sticks" to one network until it looses signal. What exactly are you trying to change here?

– user692175
Oct 2 '17 at 8:14






It "sticks" to one network until it looses signal. What exactly are you trying to change here?

– user692175
Oct 2 '17 at 8:14





1




1





We have seen it sticking to an access point (ap) with very low signal while another ap with significant better signal was available. We have also seen it jump ap while the signal strength was increasing.

– Morten
Oct 2 '17 at 9:11





We have seen it sticking to an access point (ap) with very low signal while another ap with significant better signal was available. We have also seen it jump ap while the signal strength was increasing.

– Morten
Oct 2 '17 at 9:11










1 Answer
1






active

oldest

votes


















1
















While this solution is late and temporary one method would be to set



wpa_cli -p /run/wpa_supplicant -i wlan0 set_network 0 bgscan ""simple:A:B:C



where A is how long you want to check after it has reached a certain threshold lower than B (this is based off of signal level so something like -60 would work), if anything is better than this threshold it'll search every 60 seconds instead.



So lets say you wanted your wireless card to search every 5 seconds if it's a signal level of -70, but if the current signal is better than search every 120 seconds you would do the following.



wpa_cli -p /run/wpa_supplicant -i wlan0 set_network 0 bgscan ""simple:5:-70:120



I hope this helps, and hopefully someone can give a more efficient answer.






share|improve this answer


























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );














    draft saved

    draft discarded
















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f961246%2fconfigure-wifi-roaming-for-gnome-network-manager%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1
















    While this solution is late and temporary one method would be to set



    wpa_cli -p /run/wpa_supplicant -i wlan0 set_network 0 bgscan ""simple:A:B:C



    where A is how long you want to check after it has reached a certain threshold lower than B (this is based off of signal level so something like -60 would work), if anything is better than this threshold it'll search every 60 seconds instead.



    So lets say you wanted your wireless card to search every 5 seconds if it's a signal level of -70, but if the current signal is better than search every 120 seconds you would do the following.



    wpa_cli -p /run/wpa_supplicant -i wlan0 set_network 0 bgscan ""simple:5:-70:120



    I hope this helps, and hopefully someone can give a more efficient answer.






    share|improve this answer





























      1
















      While this solution is late and temporary one method would be to set



      wpa_cli -p /run/wpa_supplicant -i wlan0 set_network 0 bgscan ""simple:A:B:C



      where A is how long you want to check after it has reached a certain threshold lower than B (this is based off of signal level so something like -60 would work), if anything is better than this threshold it'll search every 60 seconds instead.



      So lets say you wanted your wireless card to search every 5 seconds if it's a signal level of -70, but if the current signal is better than search every 120 seconds you would do the following.



      wpa_cli -p /run/wpa_supplicant -i wlan0 set_network 0 bgscan ""simple:5:-70:120



      I hope this helps, and hopefully someone can give a more efficient answer.






      share|improve this answer



























        1














        1










        1









        While this solution is late and temporary one method would be to set



        wpa_cli -p /run/wpa_supplicant -i wlan0 set_network 0 bgscan ""simple:A:B:C



        where A is how long you want to check after it has reached a certain threshold lower than B (this is based off of signal level so something like -60 would work), if anything is better than this threshold it'll search every 60 seconds instead.



        So lets say you wanted your wireless card to search every 5 seconds if it's a signal level of -70, but if the current signal is better than search every 120 seconds you would do the following.



        wpa_cli -p /run/wpa_supplicant -i wlan0 set_network 0 bgscan ""simple:5:-70:120



        I hope this helps, and hopefully someone can give a more efficient answer.






        share|improve this answer













        While this solution is late and temporary one method would be to set



        wpa_cli -p /run/wpa_supplicant -i wlan0 set_network 0 bgscan ""simple:A:B:C



        where A is how long you want to check after it has reached a certain threshold lower than B (this is based off of signal level so something like -60 would work), if anything is better than this threshold it'll search every 60 seconds instead.



        So lets say you wanted your wireless card to search every 5 seconds if it's a signal level of -70, but if the current signal is better than search every 120 seconds you would do the following.



        wpa_cli -p /run/wpa_supplicant -i wlan0 set_network 0 bgscan ""simple:5:-70:120



        I hope this helps, and hopefully someone can give a more efficient answer.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 17 at 20:20









        MaxMax

        111 bronze badge




        111 bronze badge































            draft saved

            draft discarded















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f961246%2fconfigure-wifi-roaming-for-gnome-network-manager%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Tamil (spriik) Luke uk diar | Nawigatjuun

            Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

            Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?