This way it will trigger the error which will be reported to service.
---
Hi Daniel,
Keep the roaming patch I did, and apply this one on top which should fix your
issue.
Service should go to disconnected (failure ?)
Cheers,
Tomasz
plugins/wifi.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/plugins/wifi.c b/plugins/wifi.c
index 1c0033f..f32b3ed 100644
--- a/plugins/wifi.c
+++ b/plugins/wifi.c
@@ -1225,8 +1225,8 @@ static void interface_state(GSupplicantInterface
*interface)
FALSE) != 0)
DBG("Could not disables selected network");
- connman_network_set_associating(network, FALSE);
connman_network_set_connected(network, FALSE);
+ connman_network_set_associating(network, FALSE);
start_autoscan(device);
--
1.7.8.5
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman