Skip to content

Instantly share code, notes, and snippets.

@dinoocch
Created September 28, 2015 22:06
Show Gist options
  • Save dinoocch/d46124d34a559f195a76 to your computer and use it in GitHub Desktop.
Save dinoocch/d46124d34a559f195a76 to your computer and use it in GitHub Desktop.
ctrl_interface=/run/wpa_supplicant
ctrl_interface_group=wheel
eapol_version=1
ap_scan=1
fast_reauth=1
update_config=1
network={
ssid="CometNet"
key_mgmt=WPA-EAP
eap=PEAP
identity="NETID"
anonymous_identity="NETID"
password="PASSWORD"
# Magic
phase1="peaplabel=auto peapver=0"
phase2="auth=MSCHAPV2"
eapol_flags=0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment