Send connman mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.01.org/mailman/listinfo/connman
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of connman digest..."


Today's Topics:

   1. Re: Background scan issues? (Daniel Wagner)
   2. Re: Background scan issues? (Daniel Wagner)


----------------------------------------------------------------------

Message: 1
Date: Tue, 26 Jul 2016 08:10:44 +0200
From: Daniel Wagner <[email protected]>
To: Gammel Holte <[email protected]>, [email protected]
Subject: Re: Background scan issues?
Message-ID: <[email protected]>
Content-Type: text/plain; charset=windows-1252; format=flowed

Hi,

On 07/25/2016 05:17 PM, Gammel Holte wrote:
> - I think the offending line is #define BGSCAN_DEFAULT
> "simple:30:-65:300" in
> https://github.com/aldebaran/connman/blob/master/plugins/wifi.c
>
> What's the reason to change wpa_supplicant defaults to a much more
> aggressive roaming threshold?

I though you can tell ConnMan not to set the background value. At least 
there is a config knob in connman.conf (BackgroundScanning) for it.

The default is true, not sure what it means if it is set to false.

cheers,
daniel


------------------------------

Message: 2
Date: Tue, 26 Jul 2016 08:29:53 +0200
From: Daniel Wagner <[email protected]>
To: Gammel Holte <[email protected]>, [email protected]
Subject: Re: Background scan issues?
Message-ID: <[email protected]>
Content-Type: text/plain; charset=windows-1252

> - I think the offending line is #define BGSCAN_DEFAULT
> "simple:30:-65:300" in
> https://github.com/aldebaran/connman/blob/master/plugins/wifi.c

Looking at the NM sources, I found only one reference to bgscan:

src/supplicant-manager/nm-supplicant-config.c

nm_supplicant_config_add_setting_wireless_security()
{
        ...

                if (!strcmp (key_mgmt, "wpa-eap")) {
                        /* If using WPA Enterprise, enable optimized background 
scanning
                         * to ensure roaming within an ESS works well.
                         */
                        if (!nm_supplicant_config_add_option (self, "bgscan", 
"simple:30:-65:300", -1, FALSE, error))
                                return FALSE;
        
        ...
}

So usually, NM does not configure the bgscan option. I assume you are
not doing WPA EAP?

cheers,
daniel


------------------------------

Subject: Digest Footer

_______________________________________________
connman mailing list
[email protected]
https://lists.01.org/mailman/listinfo/connman


------------------------------

End of connman Digest, Vol 9, Issue 17
**************************************

Reply via email to