Skip to content

Instantly share code, notes, and snippets.

Created May 3, 2016 08:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/576c99d71652bc0a3a00744e13034bf3 to your computer and use it in GitHub Desktop.
Save anonymous/576c99d71652bc0a3a00744e13034bf3 to your computer and use it in GitHub Desktop.
ctrl_interface=/run/wpa_supplicant
network={
ssid="eduroam"
key_mgmt=WPA-EAP
eap=PEAP
identity="fpm.SinyakSA"
password="USER_PASSWORD_OMITTED"
phase1="tls_disable_tlsv1_1=1 tls_disable_tlsv1_2=1"
phase2="auth=MSCHAPV2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment