Skip to content

Instantly share code, notes, and snippets.

@muxueqz
Created July 21, 2018 08:19
Show Gist options
  • Save muxueqz/87be559458992ca1efeddd8dc7b5096d to your computer and use it in GitHub Desktop.
Save muxueqz/87be559458992ca1efeddd8dc7b5096d to your computer and use it in GitHub Desktop.
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