Skip to content

Instantly share code, notes, and snippets.

@limed
Created March 12, 2012 23:18
Show Gist options
  • Save limed/2025328 to your computer and use it in GitHub Desktop.
Save limed/2025328 to your computer and use it in GitHub Desktop.
wpa_supplicant configuration for OSU_Secure
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
ap_scan=2
network={
ssid="OSU_Secure"
scan_ssid=1
proto=WPA
key_mgmt=WPA-EAP
eap=PEAP
pairwise=TKIP
group=TKIP
identity="ONID\Someone"
password=""
priority=1
phase1="peaplabel=0"
phase2="auth=MSCHAPV2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment