Skip to content

Instantly share code, notes, and snippets.

@itsundef
Created October 12, 2019 07:18
Show Gist options
  • Save itsundef/8ef737f8c2618f6f738712f7c2e46658 to your computer and use it in GitHub Desktop.
Save itsundef/8ef737f8c2618f6f738712f7c2e46658 to your computer and use it in GitHub Desktop.
raspbian wpa_supplicant
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US
network={
ssid="YOURSSID"
psk="YOURPASSWORD"
scan_ssid=1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment