Last active
November 30, 2022 01:50
-
-
Save MShrimp4/5b1e1de81538917f991470e27861a209 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# sgwlan_secure_2.4GHz.8021x 가 아니라 이렇게 hex encoding해줘야함 (영어 무조건 소문자) | |
# https://man.archlinux.org/man/community/iwd/iwd.network.5.en 참고 | |
# 나머지는 동일 | |
[Security] | |
EAP-Method=PEAP | |
EAP-Identity=2020xxxx | |
EAP-PEAP-Phase2-Method=MSCHAPV2 | |
EAP-PEAP-Phase2-Identity=2020xxxx | |
EAP-PEAP-Phase2-Password=pass1234! | |
[Settings] | |
AutoConnect=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 서강대 와이파이 iwd로접속 | |
# arch linux의 경우 /var/lib/iwd에 위치해있음 | |
[Security] | |
EAP-Method=PEAP | |
EAP-Identity=2020xxxx | |
EAP-PEAP-Phase2-Method=MSCHAPV2 | |
EAP-PEAP-Phase2-Identity=2020xxxx | |
EAP-PEAP-Phase2-Password=pass1234! | |
[Settings] | |
AutoConnect=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment