Skip to content

Instantly share code, notes, and snippets.

@m-wynn
Last active March 12, 2017 06:53
Show Gist options
  • Save m-wynn/94634ec05f061f5b135a5576039de6fb to your computer and use it in GitHub Desktop.
Save m-wynn/94634ec05f061f5b135a5576039de6fb to your computer and use it in GitHub Desktop.
wpa supplicant without pass
network={
ssid="CometNet"
proto=RSN
key_mgmt=WPA-EAP
pairwise=CCMP
auth_alg=OPEN
eap=PEAP
identity="abc123456"
anonymous_identity="abc123456"
password="supersecret"
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