Skip to content

Instantly share code, notes, and snippets.

@wayanjimmy
Created November 20, 2017 15:29
Show Gist options
  • Save wayanjimmy/d7375843e015d761a59095fa35f0cc41 to your computer and use it in GitHub Desktop.
Save wayanjimmy/d7375843e015d761a59095fa35f0cc41 to your computer and use it in GitHub Desktop.
wpa
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="Your SSID Here"
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
psk="YourPresharedKeyHere"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment