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. [PATCH] iwd: Mark network avaible after scaning (Daniel Wagner)
----------------------------------------------------------------------
Date: Tue, 17 Mar 2020 19:15:36 +0100
From: Daniel Wagner <[email protected]>
Subject: [PATCH] iwd: Mark network avaible after scaning
To: [email protected]
Cc: Daniel Wagner <[email protected]>
Message-ID: <[email protected]>
connman_device_set_scanning() marks all networks as unavailable during
the scan period. The iwd plugin needs mark the network available again.
Fixes: 6b391cfd294d ("iwd: Synchronize station scanning property with scan
state")
---
plugins/iwd.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/plugins/iwd.c b/plugins/iwd.c
index 8568fcd402dd..721970695541 100644
--- a/plugins/iwd.c
+++ b/plugins/iwd.c
@@ -972,6 +972,7 @@ static void _update_signal_strength(const char *path,
int16_t signal_strength)
connman_network_set_strength(iwdn->network,
calculate_strength(signal_strength));
+ connman_network_set_available(iwdn->network, true);
connman_network_update(iwdn->network);
}
--
2.25.1
------------------------------
Subject: Digest Footer
_______________________________________________
connman mailing list -- [email protected]
To unsubscribe send an email to [email protected]
------------------------------
End of connman Digest, Vol 53, Issue 15
***************************************