Created
February 5, 2019 03:19
-
-
Save iksaku/e0f8c3d33550bb8013f7a7aaca3722c5 to your computer and use it in GitHub Desktop.
Raspberry Pi's Wi-Fi settings template for headless setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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