Skip to content

Instantly share code, notes, and snippets.

@Tacumi
Created October 8, 2015 11:07
Show Gist options
  • Save Tacumi/612dbe5cc5ce23f68514 to your computer and use it in GitHub Desktop.
Save Tacumi/612dbe5cc5ce23f68514 to your computer and use it in GitHub Desktop.
ctrl_interface=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid=""
proto=RSN
pairwise=CCMP TKIP
group=CCMP TKIP
key_mgmt=WPA-EAP
eap=PEAP TTLS TLS
identity=""
password=""
phase2="auth=MSCHAPv2"
priority=6
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment