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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Works on Arch Linux #24

Open
Michael-Jing opened this issue May 13, 2023 · 2 comments
Open

Works on Arch Linux #24

Michael-Jing opened this issue May 13, 2023 · 2 comments

Comments

@Michael-Jing
Copy link

Michael-Jing commented May 13, 2023

It works by using iwd, but iwd requires the filename to be specially handled, the info need to be put into /var/lib/iwd/=576972656c65737340534778.8021x
576972656c65737340534778 is the hex encoding of Wireless@SGx.

The content of the file is

# /var/lib/iwd/=576972656c65737340534778.8021x

[Security]
EAP-Method=PEAP
EAP-Identity=your_user_id
EAP-PEAP-Phase2-Method=MSCHAPV2
EAP-PEAP-Phase2-Identity=your_user_id
EAP-PEAP-Phase2-Password=your_password

[Settings]
AutoConnect=true
@ackerleytng
Copy link

If there are ^s or @s in the EAP-PEAP-Phase2-Identity or EAP-PEAP-Phase2-Password, will those need to be encoded or are quotes necessary?

@Michael-Jing
Copy link
Author

You may need to try it out.

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

No branches or pull requests

2 participants