-
-
Save pulsejet/b9c9deec43f6a43e308c5666b8d8ef79 to your computer and use it in GitHub Desktop.
Connect to IITB-Wireless through RPi. This config can be used to connect to any WPA2 Enterprise network in general. Just change the ssid, identity and password fields.
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="IITB-Wireless" | |
scan_ssid=1 | |
key_mgmt=WPA-EAP | |
identity="<your_username>" | |
password="<your_password>" | |
eap=PEAP | |
phase1="peaplabel=0" | |
phase2="auth=MSCHAPV2" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment