Skip to content

Instantly share code, notes, and snippets.

@pulsejet
Forked from nihal111/wpa_supplicant.conf
Created November 3, 2018 11:53
Show Gist options
  • Save pulsejet/b9c9deec43f6a43e308c5666b8d8ef79 to your computer and use it in GitHub Desktop.
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.
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