eap.html 727 B

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>Introduction to EAP authentication</title>
  5. <link rel="stylesheet" type="text/css" href="configure.css" />
  6. </head>
  7. <body>
  8. <div id="navig">
  9. <a href="../">wpa_supplicant</a> /
  10. <a href="index.html">configuration</a> /
  11. EAP
  12. </div>
  13. <h1>Introduction to EAP authentication</h1>
  14. <p class="todo">TODO</p>
  15. <ul>
  16. <li><a href="eap-tls.html">EAP-TLS</a></li>
  17. <li><a href="eap-peap.html">EAP-PEAP</a></li>
  18. </ul>
  19. <hr>
  20. <address><a href="mailto:j@w1.fi">Jouni Malinen</a></address>
  21. <!-- Created: Sat Feb 25 19:53:25 PST 2006 -->
  22. <!-- hhmts start -->
  23. Last modified: Sun Feb 26 13:46:19 PST 2006
  24. <!-- hhmts end -->
  25. </body>
  26. </html>