Hi Keith,
On 6/3/20 12:01 PM, KeithG wrote:
<snip>
Scanning is supported with iwd. connmanctl scan is probably waiting
for iwd
to respond with the scanning=0 signal. If iwd doesn't send out this signal
then this will hang.
This should be easy to check via dbus-monitor or the test/monitor-iwd
script in iwd.git.
For example, here's one from my test box when I run 'iwctl station wlan0
scan'
denkenz@iwd-test ~/iwd $ test/monitor-iwd
{Station} [/net/connman/iwd/0/5] Scanning = True
{Station} [/net/connman/iwd/0/5] Scanning = False
So the scanning property is emitted correctly...
Regards,
-Denis