eclipse-kura / kura

Eclipse Kura™ is a versatile framework to supercharge your edge devices, streamlining the process of configuring your gateway, connecting sensors, and IoT devices to seamlessly collect, process, and send data to the cloud.
https://eclipse.dev/kura/
Eclipse Public License 2.0
498 stars 305 forks source link

Add support for WPA2-Enterprise #1868

Closed iyanmv closed 6 years ago

iyanmv commented 6 years ago

In the docs it is mentioned that:

It is NOT recommended performing manual editing of the Linux networking configuration files when the gateway configuration is being managed through Kura. (...)

However, in the network tab is not possible to configure the wireless interface to connect to a WPA2-Enterprise network. These types of networks are very common in business and industrial environments.

It is easy to create a wpa_supplicant.conf file and add it to /etc/network/interfaces but is this considered safe when the gateway is managed trhough Kura?

dwoodard1 commented 6 years ago

Hello,

WPA2-Enterprise is not officially supported in Eclipse Kura. However, your solution should work in most conditions. The documentation just provides a recommendation.

Unless you see a specific issue, could you close this issue?