Created
January 3, 2019 06:36
-
-
Save crazyboycjr/b82ff3bcc3ce4e368cac96a0c219b3e5 to your computer and use it in GitHub Desktop.
wpa_supplicant.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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