Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. name = TTLS with WEP
  2. author = Adam Blackburn
  3. version = 1
  4. require identity *Identity anonymous_identity *Anonymous_identity password *Password auth *Authentication ca_cert *Path_to_CA_Cert
  5. -----
  6. ctrl_interface=/var/run/wpa_supplicant
  7. network={
  8.     ssid="$_ESSID"
  9.     scan_ssid=$_SCAN
  10.     eap=TTLS
  11.     key_mgmt=IEEE8021X
  12.     identity="$_IDENTITY"
  13.     password="$_PASSWORD"
  14.     ca_cert="$_CA_CERT"
  15.     phase2="auth=$_AUTH"
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement