home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / wpasupplicant / examples / ieee8021x.conf next >
Encoding:
Text File  |  2005-10-26  |  269 b   |  14 lines

  1. # IEEE 802.1X with dynamic WEP keys using EAP-PEAP/MSCHAPv2
  2.  
  3. ctrl_interface=/var/run/wpa_supplicant
  4.  
  5. network={
  6.     ssid="example 802.1x network"
  7.     key_mgmt=IEEE8021X
  8.     eap=PEAP
  9.     phase2="auth=MSCHAPV2"
  10.     identity="user name"
  11.     password="password"
  12.     ca_cert="/etc/cert/ca.pem"
  13. }
  14.