Skip to content

Instantly share code, notes, and snippets.

@Avasz
Created December 28, 2013 11:20
Show Gist options
  • Select an option

  • Save Avasz/8158415 to your computer and use it in GitHub Desktop.

Select an option

Save Avasz/8158415 to your computer and use it in GitHub Desktop.
update_config=1
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
eapol_version=1
network={
ssid="ENTER SSID HERE"
scan_ssid=1
mode=0
proto=WPA2
auth_alg=OPEN
pairwise=CCMP
group=CCMP
key_mgmt=WPA-PSK
psk="ENTER PASSKEY HERE"
id_str="default"
priority=1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment