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] Fix Security property for iwd wifi networks
      (David Weidenkopf)


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

Date: Fri, 24 Jan 2020 21:53:58 +0000
From: David Weidenkopf <[email protected]>
Subject: [PATCH] Fix Security property for iwd wifi networks
To: connman <[email protected]>
Message-ID:
        <06C3949C7271B8419F288F951ED39EC20C64C0@AME-MBX-PRD02.arthrex.local>
Content-Type: text/plain; charset="us-ascii"

Found a problem where 8021x networks Security property was empty. This seems to 
fix it. Not sure if this is correct.


diff --git a/plugins/iwd.c b/plugins/iwd.c
index 7821c51b..0d1d24dc 100644
--- a/plugins/iwd.c
+++ b/plugins/iwd.c
@@ -772,7 +772,7 @@ static void add_network(const char *path, struct 
iwd_network *iwdn)
        connman_network_set_blob(iwdn->network, "WiFi.SSID", iwdn->name,
                                        strlen(iwdn->name));
        connman_network_set_string(iwdn->network, "WiFi.Security",
-                                       iwdn->type);
+                                       security_remap(iwdn->type));
        connman_network_set_string(iwdn->network, "WiFi.Mode", "managed");

        if (connman_device_add_network(iwdd->device, iwdn->network) < 0) {
This e-mail and any files transmitted with it are the property of Arthrex, Inc. 
and/or its affiliates, are confidential, and are intended solely for the use of 
the individual or entity to whom this e-mail is addressed. If you are not one 
of the named recipient(s) or otherwise have reason to believe that you have 
received this message in error, please notify the sender at 239-643-5553 and 
delete this message immediately from your computer. Any other use, retention, 
dissemination forwarding, printing or copying of this e-mail is strictly 
prohibited. Please note that any views or opinions presented in this email are 
solely those of the author and do not necessarily represent those of the 
company. Finally, while Arthrex uses virus protection, the recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

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

Subject: Digest Footer

_______________________________________________
connman mailing list -- [email protected]
To unsubscribe send an email to [email protected]


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

End of connman Digest, Vol 51, Issue 31
***************************************

Reply via email to