Skip to content

Instantly share code, notes, and snippets.

@dkgrieshammer
Forked from andysheen/wpa_supplicant.conf
Created December 6, 2020 15:43
Show Gist options
  • Save dkgrieshammer/56de0c2b8d2f4989279840a84ecb6b34 to your computer and use it in GitHub Desktop.
Save dkgrieshammer/56de0c2b8d2f4989279840a84ecb6b34 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