Skip to content

Instantly share code, notes, and snippets.

@fser
Created January 16, 2015 10:30
Show Gist options
  • Save fser/59c3e22f799a8f222549 to your computer and use it in GitHub Desktop.
Save fser/59c3e22f799a8f222549 to your computer and use it in GitHub Desktop.
WPA Supplicant configuration file for Lille1 WPA entreprise protected wifi
network={
ssid="LILLE1"
key_mgmt=WPA-EAP
eap=PEAP
identity="firstname.lastname"
password="YourAwesomePassword"
phase2="auth=MSCHAPV2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment