Created
July 21, 2018 08:19
-
-
Save muxueqz/87be559458992ca1efeddd8dc7b5096d to your computer and use it in GitHub Desktop.
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
name = KingSoft PEAP | |
author = muxueqz | |
version = 1 | |
require identity *Identity password *Password | |
protected password *Password | |
----- | |
ap_scan=1 | |
ctrl_interface=/var/run/wpa_supplicant | |
network={ | |
ssid="$_ESSID" | |
scan_ssid=1 | |
proto=WPA | |
key_mgmt=WPA-EAP | |
eap=PEAP | |
identity="$_IDENTITY" | |
password="$_PASSWORD" | |
phase1="peaplabel=0" | |
phase2="auth=MSCHAPV2" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment