Skip to content

Instantly share code, notes, and snippets.

@spy86
Created April 5, 2020 19:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spy86/02e8cb3a52505240712a1c773b3631d5 to your computer and use it in GitHub Desktop.
Save spy86/02e8cb3a52505240712a1c773b3631d5 to your computer and use it in GitHub Desktop.
Raspberry Pi4 connected to WiFi of WPA2 (medium article)
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=JP
network = {
ssid = "<SSID name to connect>"
proto = RSN
key_mgmt = WPA - EAP
pairwise = CCMP
auth_alg = OPEN
eap = PEAP
identity = "<user name to connect>"
password = "<password>"
phase1 = "Peaplabel = 0"
phase2 = "auth = MSCHAPV2"
priority = 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment