Advertisement
Guest User

Untitled

a guest
Feb 14th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. # BEGIN wired network configuration
  2.  
  3. ap_scan=0
  4.  
  5. ctrl_interface=/var/run/wpa_supplicant
  6.  
  7. network={
  8. key_mgmt=IEEE8021X
  9. eap=PEAP
  10. phase1="peaplabel=1"
  11. phase2="auth=MSCHAPV2"
  12. identity="your University email address"
  13. password="your University password"
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement