diff options
Diffstat (limited to 'static/freebsd/man4/wlan_xauth.4 3.html')
| -rw-r--r-- | static/freebsd/man4/wlan_xauth.4 3.html | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/static/freebsd/man4/wlan_xauth.4 3.html b/static/freebsd/man4/wlan_xauth.4 3.html new file mode 100644 index 00000000..7ebb59b7 --- /dev/null +++ b/static/freebsd/man4/wlan_xauth.4 3.html @@ -0,0 +1,52 @@ +<table class="head"> + <tr> + <td class="head-ltitle">WLAN_XAUTH(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">WLAN_XAUTH(4)</td> + </tr> +</table> +<div class="manual-text"> +<section class="Sh"> +<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> +<p class="Pp"><code class="Nm">wlan_xauth</code> — + <span class="Nd">External authenticator support for 802.11 + devices</span></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> +<p class="Pp"><code class="Cd">device wlan_xauth</code></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> +<p class="Pp">The <code class="Nm">wlan_xauth</code> module is a + <a class="Xr">wlan(4)</a> authenticator plugin for use with user-mode + authentication implementations such as <code class="Nm">hostapd</code>. It + hooks into the 802.11 layer and does nothing. As a result, 802.11 stations + that associate are not authorized to send or receive frames until they are + authorized by an external agent; typically using a protocol such as WPA, + 802.1x, or 802.11i.</p> +<p class="Pp">This module is automatically loaded by the rc script that normally + starts <a class="Xr">hostapd(8)</a>.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE + ALSO</a></h1> +<p class="Pp"><a class="Xr">wlan(4)</a></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="STANDARDS"><a class="permalink" href="#STANDARDS">STANDARDS</a></h1> +<p class="Pp">More information can be found in the IEEE 802.11, WPA, and 802.11i + Standards.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> +<p class="Pp">The <code class="Nm">wlan_xauth</code> driver first appeared in + <span class="Ux">FreeBSD 6.0</span>.</p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">December 7, 2004</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
