Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@YasuhiroABE
Created December 15, 2018 02:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YasuhiroABE/6cc9091614e9b16c8395a145e40c8deb to your computer and use it in GitHub Desktop.
Save YasuhiroABE/6cc9091614e9b16c8395a145e40c8deb to your computer and use it in GitHub Desktop.
wpa_supplicant configuration file for Raspberry Pi 3 with WPA2-EAP-PEAP.
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=JP
network={
ssid=""
priority=1
proto=RSN
key_mgmt=WPA-EAP
pairwise=CCMP
auth_alg=OPEN
eap=PEAP
identity=""
password=hash:
phase1="peaplabe=0"
phase2="auth=MSCHAPV2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment