Skip to content

Instantly share code, notes, and snippets.

@crazyboycjr
Created January 3, 2019 06:36
Show Gist options
  • Save crazyboycjr/b82ff3bcc3ce4e368cac96a0c219b3e5 to your computer and use it in GitHub Desktop.
Save crazyboycjr/b82ff3bcc3ce4e368cac96a0c219b3e5 to your computer and use it in GitHub Desktop.
wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
network={
ssid="iFudan.1x"
scan_ssid=1
key_mgmt=WPA-EAP
identity="your_stuid"
password="your_passwd"
eap=PEAP
phase1="peaplabel=0"
phase2="auth=MSCHAPV2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment