Skip to content

Instantly share code, notes, and snippets.

@iomonad
Created November 27, 2017 09:47
Show Gist options
  • Save iomonad/8301f9dbc2dba1e38ad63340ddc37f16 to your computer and use it in GitHub Desktop.
Save iomonad/8301f9dbc2dba1e38ad63340ddc37f16 to your computer and use it in GitHub Desktop.
[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