Skip to content

Instantly share code, notes, and snippets.

@redfast00
Created March 27, 2018 20:14
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 redfast00/ec22924835ca26886cb4c4f28b59f366 to your computer and use it in GitHub Desktop.
Save redfast00/ec22924835ca26886cb4c4f28b59f366 to your computer and use it in GitHub Desktop.
Studeneninternet EAP wpa_supplicant config
network={
ssid="STUDENTENINTERNET(EAP)"
scan_ssid=1
key_mgmt=WPA-EAP
auth_alg=OPEN
eap=PEAP
identity="s12345678"
password="password_here"
phase2="auth=MSCHAPV2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment