Skip to content

Instantly share code, notes, and snippets.

@andysheen
Created November 14, 2019 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save andysheen/f11507f225593e8a51393412f55d308d to your computer and use it in GitHub Desktop.
Save andysheen/f11507f225593e8a51393412f55d308d to your computer and use it in GitHub Desktop.
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