Skip to content

Instantly share code, notes, and snippets.

@kotobuki
Created May 17, 2016 13:52
Show Gist options
  • Save kotobuki/699e89b2eac6771f699650031ee72376 to your computer and use it in GitHub Desktop.
Save kotobuki/699e89b2eac6771f699650031ee72376 to your computer and use it in GitHub Desktop.
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=JP
network={
ssid="YOUR_SSID"
psk="YOUR_PASS"
key_mgmt=WPA-PSK
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment