diff options
Diffstat (limited to 'static/freebsd/man4/wlan_tkip.4 4.html')
| -rw-r--r-- | static/freebsd/man4/wlan_tkip.4 4.html | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/static/freebsd/man4/wlan_tkip.4 4.html b/static/freebsd/man4/wlan_tkip.4 4.html new file mode 100644 index 00000000..469ec9d5 --- /dev/null +++ b/static/freebsd/man4/wlan_tkip.4 4.html @@ -0,0 +1,54 @@ +<table class="head"> + <tr> + <td class="head-ltitle">WLAN_TKIP(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">WLAN_TKIP(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_tkip</code> — <span class="Nd">TKIP + and Michael crypto 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_tkip</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_tkip</code> module handles the TKIP and + Michael cryptographic requirements of the WPA and 802.11i protocols. It does + encapsulation and decapsulation of TKIP-encoded 802.11 frames and optionally + calculates the TKIP cipher and Michael MIC. The + <code class="Nm">wlan_tkip</code> module is an 802.11 cryptographic plugin + module for use by the <a class="Xr">wlan(4)</a> module. This module is + automatically loaded if a TKIP key is configured; typically by a WPA + supplicant program such as wpa_supplicant, or a WPA authenticator program + such as <code class="Nm">hostapd</code>. Should the underlying network + device not be capable of doing the TKIP and/or Michael calculations in + hardware, the <code class="Nm">wlan_tkip</code> module will do the work.</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>, <a class="Xr">wlan_ccmp(4)</a>, + <a class="Xr">wlan_gcmp(4)</a>, <a class="Xr">wlan_wep(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_tkip</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> |
