Skip to content

Instantly share code, notes, and snippets.

@Un1Gfn
Created September 1, 2018 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Un1Gfn/c69e7cd96d8c2c81619ca78a63f76ae6 to your computer and use it in GitHub Desktop.
Save Un1Gfn/c69e7cd96d8c2c81619ca78a63f76ae6 to your computer and use it in GitHub Desktop.
Connect to SYSU East Campus "SYSU-SECURE" AP
#!/bin/bash
# Connect to SYSU East Campus "SYSU-SECURE" AP
# wpa_supplicant -B -i wlo1 -c <(echo '
# eapol_version=1
# network={
# ssid="SYSU-SECURE"
# key_mgmt=WPA-EAP
# eap=PEAP
# phase2="auth=MSCHAPV2"
# identity="<YOUR_NETID>"
# password="<YOUT_PASSWORD>"
# }')
# dhcpcd <YOUR_INTERFACE>
# or # dhclient <YOUR_INTERFACE>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment