ieee8021x.conf 269 B

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