Created
January 16, 2015 10:30
-
-
Save fser/59c3e22f799a8f222549 to your computer and use it in GitHub Desktop.
WPA Supplicant configuration file for Lille1 WPA entreprise protected wifi
This file contains 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
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