12345678910111213141516171819202122232425262728293031 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <title>Introduction to EAP authentication</title>
- <link rel="stylesheet" type="text/css" href="configure.css" />
- </head>
- <body>
- <div id="navig">
- <a href="../">wpa_supplicant</a> /
- <a href="index.html">configuration</a> /
- EAP
- </div>
- <h1>Introduction to EAP authentication</h1>
- <p class="todo">TODO</p>
- <ul>
- <li><a href="eap-tls.html">EAP-TLS</a></li>
- <li><a href="eap-peap.html">EAP-PEAP</a></li>
- </ul>
- <hr>
- <address><a href="mailto:j@w1.fi">Jouni Malinen</a></address>
- <!-- Created: Sat Feb 25 19:53:25 PST 2006 -->
- <!-- hhmts start -->
- Last modified: Sun Feb 26 13:46:19 PST 2006
- <!-- hhmts end -->
- </body>
- </html>
|