Skip to content

Instantly share code, notes, and snippets.

@gngdb
Created November 6, 2014 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gngdb/fbf1d3eaf174cafaacf6 to your computer and use it in GitHub Desktop.
Save gngdb/fbf1d3eaf174cafaacf6 to your computer and use it in GitHub Desktop.
wpa2-peap-nodomain
name = WPA2-PEAP-NODOMAIN
author = atiketemola
version = 1
require identity *Username password *Password
protected password *Password
-----
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="$_ESSID"
proto=RSN
key_mgmt=WPA-EAP
pairwise=CCMP
eap=PEAP
identity="$_IDENTITY"
password="$_PASSWORD"
phase2="auth=MSCHAPv2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment