firecat53 / networkmanager-dmenu

Control NetworkManager via dmenu
MIT License
810 stars 74 forks source link

Support 802.1x (WPA2 enterprise) #61

Open BrendanBall opened 4 years ago

BrendanBall commented 4 years ago

My shared workspace just upgraded their wifi to use 802.1x which now requires a username and password. It would be awesome if this project can support that. NetworkManager does support it, but you have to use nmcli to connect (nmtui doesn't even support it)

firecat53 commented 4 years ago

I'd love to, but without a way to test it and having never used it before, I'd have a tough time adding that on my own. PR's welcome!

Applicable docs are:

ispringle commented 4 years ago

I'll see what I can do to get this working. I am on the same type of network.

@BrendanBall if you call nmtui-connect it should let you connect to WPA2 Enterprise connections.

firecat53 commented 3 years ago

Did anyone ever get to work on this?