Skip to content

Instantly share code, notes, and snippets.

@iksaku
Created February 5, 2019 03:19
Show Gist options
  • Save iksaku/e0f8c3d33550bb8013f7a7aaca3722c5 to your computer and use it in GitHub Desktop.
Save iksaku/e0f8c3d33550bb8013f7a7aaca3722c5 to your computer and use it in GitHub Desktop.
Raspberry Pi's Wi-Fi settings template for headless setup
ctrl_interface=DIR=/var/run/wpa_supplicant
update_config=1
network={
ssid="<SSID Goes Here>"
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
psk="<Password Goes Here>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment