Created
November 27, 2017 09:47
-
-
Save iomonad/8301f9dbc2dba1e38ad63340ddc37f16 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
[wifi-security] | |
key-mgmt=wpa-eap | |
[connection] | |
id=PLACE_NETWORK_ID_HERE | |
uuid=PLACE_UUID_HERE | |
type=wifi | |
[ipv6] | |
method=auto | |
[wifi] | |
ssid=PLACE_SSID_HERE | |
mode=infrastructure | |
security=802-11-wireless-security | |
[802-1x] | |
eap=peap | |
identity=PLACE_YOUR_ID_HERE | |
phase2-auth=mschapv2 | |
password=PLACE_YOUR_PASSWORD_HERE | |
[ipv4] | |
method=auto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment