Send connman mailing list submissions to
[email protected]
To subscribe or unsubscribe 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: IoT WiFi scan for connman SSID selection and configuration remotely
(Jupiter)
2. Re: IoT WiFi scan for connman SSID selection and configuration remotely
(Daniel Wagner)
3. RE: IoT WiFi scan for connman SSID selection and configuration remotely
(VAUTRIN Emmanuel (Canal Plus Prestataire))
4. RE: IoT WiFi scan for connman SSID selection and configuration remotely
(VAUTRIN Emmanuel (Canal Plus Prestataire))
5. RE: Connman and IWD - Scanning Network - Update?
(VAUTRIN Emmanuel (Canal Plus Prestataire))
----------------------------------------------------------------------
Date: Tue, 25 May 2021 17:03:43 +1000
From: Jupiter <[email protected]>
Subject: Re: IoT WiFi scan for connman SSID selection and
configuration remotely
To: "VAUTRIN Emmanuel (Canal Plus Prestataire)"
<[email protected]>
Cc: connman <[email protected]>
Message-ID:
<CAA=hcwsauwdhm+sm+ubtxpsfafyhc+r3z1fbfk-tgff8csw...@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"
Hi Emmanuel,
That seems what I was missing, running Scan prior to running
GetService did the trick, it looks more reliable.
Thank you very much, greatly appreciate it.
Kind regard,
- jupiter
On 5/24/21, VAUTRIN Emmanuel (Canal Plus Prestataire)
<[email protected]> wrote:
>> Thanks for your response and advice, I did try to use the same command
>> script dbus-send net.connman.Manager.GetServices, but I had to abandon
>> it due to unreliable responses, my device has 2 interfaces of 4G LTE
>> and WiFi, I could reliably get 4G LTE entry all the time, but I could
>> only get a list of WiFi SSIDs sometime, not sure if it is normal
>> behavior or what I could be missing?
>>
>> I ran your dbus-send net.connman.Technology.Scan command, didn't seem
>> useful response:
> Hi Jupiter,
>
> In fact, the Scan command will perform the scan, so you need to launch it
> first (you will probably notice a delay corresponding to the scan) and then
> you can get an up-to-date service list.
>
> By my side, I am using wpa-supplicant that is well implemented.
> There is a recent opened discussion on scanning still not implemented
> with iwd, it may be your problem.
>
>
> B.R.
>
> Emmanuel
------------------------------
Date: Tue, 25 May 2021 09:05:06 +0200
From: Daniel Wagner <[email protected]>
Subject: Re: IoT WiFi scan for connman SSID selection and
configuration remotely
To: "VAUTRIN Emmanuel (Canal Plus Prestataire)"
<[email protected]>
Cc: connman <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
On Mon, May 24, 2021 at 07:59:26AM +0000, VAUTRIN Emmanuel (Canal Plus
Prestataire) wrote:
> By my side, I am using wpa-supplicant that is well implemented.
> There is a recent opened discussion on scanning still not implemented
> with iwd, it may be your problem.
Nope, scanning _is_ implemented since day 0 of the iwd plugin.
------------------------------
Date: Tue, 25 May 2021 08:07:13 +0000
From: "VAUTRIN Emmanuel (Canal Plus Prestataire)"
<[email protected]>
Subject: RE: IoT WiFi scan for connman SSID selection and
configuration remotely
To: Jupiter <[email protected]>
Cc: connman <[email protected]>
Message-ID: <[email protected]
prd02.prod.outlook.com>
Content-Type: text/plain; charset="iso-8859-1"
> That seems what I was missing, running Scan prior to running
> GetService did the trick, it looks more reliable.
>
> Thank you very much, greatly appreciate it.
Great news Jupiter, you are welcome,
Emmanuel
------------------------------
Date: Tue, 25 May 2021 08:11:33 +0000
From: "VAUTRIN Emmanuel (Canal Plus Prestataire)"
<[email protected]>
Subject: RE: IoT WiFi scan for connman SSID selection and
configuration remotely
To: Daniel Wagner <[email protected]>
Cc: connman <[email protected]>
Message-ID: <[email protected]
prd02.prod.outlook.com>
Content-Type: text/plain; charset="iso-8859-1"
> Nope, scanning _is_ implemented since day 0 of the iwd plugin.
Alright Daniel, there is a misunderstanding somewhere,
I will propose the same procedure on the other topic,
maybe it will also solve their problem.
B.R.
Emmanuel
------------------------------
Date: Tue, 25 May 2021 08:26:29 +0000
From: "VAUTRIN Emmanuel (Canal Plus Prestataire)"
<[email protected]>
Subject: RE: Connman and IWD - Scanning Network - Update?
To: Daniel Wagner <[email protected]>, stef204 <[email protected]>
Cc: "[email protected]" <[email protected]>
Message-ID: <[email protected]
prd02.prod.outlook.com>
Content-Type: text/plain; charset="iso-8859-1"
Hi Stef204,
As Daniel said, it shall work fine with connmanctl.
> Anyway, a quick test works for me:
>
> >connmanctl> scan wifi
> Scan completed for wifi
> [...]
> and I also see the corresponding D-Bus messages
> [...]
> What's the problem with 'connmanctl scan wifi'?
Maybe you can try another method to perform the scan and retrieve the service
list,
via the dbus interface. By inline commands, you can use dbus-send:
dbus-send --system --print-reply --dest=net.connman
/net/connman/technology/wifi net.connman.Technology.Scan
dbus-send --system --print-reply --dest=net.connman /
net.connman.Manager.GetServices
or gdbus call:
gdbus call --system -d net.connman -o /net/connman/technology/wifi -m
net.connman.Technology.Scan
gdbus call --system -d net.connman -o / -m net.connman.Manager.GetServices
Hoping it will help to clarify the situation,
Emmanuel
------------------------------
Subject: Digest Footer
_______________________________________________
connman mailing list -- [email protected]
To unsubscribe send an email to [email protected]
------------------------------
End of connman Digest, Vol 67, Issue 17
***************************************