Skip to content

Instantly share code, notes, and snippets.

@msanaullahsahar
msanaullahsahar / wpa_supplicant.conf
Created November 27, 2021 15:26 — forked from davidhoness/wpa_supplicant.conf
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"