Skip to content

Instantly share code, notes, and snippets.

@msanaullahsahar
Forked from davidhoness/wpa_supplicant.conf
Created November 27, 2021 15:26
Show Gist options
  • Save msanaullahsahar/4e61a8c4ba8c23a44885f021a7688fc8 to your computer and use it in GitHub Desktop.
Save msanaullahsahar/4e61a8c4ba8c23a44885f021a7688fc8 to your computer and use it in GitHub Desktop.
Connecting a Raspberry Pi to WPA2 Enterprise Wireless Network
network={
ssid="ssid"
scan_ssid=1
key_mgmt=WPA-EAP
group=CCMP TKIP
eap=PEAP
identity="username"
password=hash:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
phase1="peapver=0"
phase2="MSCHAPV2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment