jgke / connman-gtk

ConnMan GTK GUI (unmaintained)
GNU General Public License v2.0
56 stars 15 forks source link

WPA2 Enterprise support #25

Closed onny closed 8 years ago

onny commented 8 years ago

Hey, it would be very usefull to support WPA2 Enterprise authentication method. Like a dialog asking for username and password. Otherwise, connections to eduroam or university networks have to be configured manually :(

Best regards, Jonas

jgke commented 8 years ago

This is unfortunately a limitation at ConnMan's end, see #5. WPA2 Enterprise networks require a service file at /var/lib/connman before they can be connected to, but ConnMan doesn't provide any API for writing there, or specifying connection parameters manually. VPN side has some function for it, but I haven't tested whether it works.

cyruseuros commented 4 years ago

Would it be possible to do what cmst does and write to /var/lib/connman/<file>.config? They use textual templates, but I don't see why a GUI to create those templates would not work.