Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRAFT: cosmic-applet-network: WPA2 Enterprise / 802.1x support #232

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ryanabx
Copy link
Contributor

@ryanabx ryanabx commented Feb 16, 2024

This PR will add support for networks that require both an identity and password to connect to the network.
Fixes: #225

Some questions I am thinking about while working on this:

  • Should the NetworkManagerRequest::Password be modified to include an identity argument that will only optionally be used? Or should I make a separate NetworkManagerRequest::IdentityPassword request that has the 3 arguments (SSID, identity, password).

  • I'm still working out how to use NetworkManager to detect when a network is using a scheme that requires an identity. I'll be doing more research into the NetworkManager interface.

Side note: This is my first time using Rust! 馃

@ryanabx
Copy link
Contributor Author

ryanabx commented Feb 19, 2024

Unfortunately I can't continue the PR until #236 is resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cosmic-applet-network: Cannot connect to WPA2/PEAP/MSCHAPv2 enterprise network
1 participant