aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/wlan_tkip.4
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-01-13 11:09:58 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-01-13 11:09:58 +0000
commitb19e4a752d004564635985db1267deb768e9e5fe (patch)
tree03c8f0e7865a28f03ed200a26c0c6e50b0a02e94 /share/man/man4/wlan_tkip.4
parent83e0359d53c505627a61045a838e3af779eaa5b3 (diff)
downloadsrc-b19e4a752d004564635985db1267deb768e9e5fe.tar.gz
src-b19e4a752d004564635985db1267deb768e9e5fe.zip
Markup nits, and fix sentences to start from a capital letter.
Notes
Notes: svn path=/head/; revision=140179
Diffstat (limited to 'share/man/man4/wlan_tkip.4')
-rw-r--r--share/man/man4/wlan_tkip.413
1 files changed, 7 insertions, 6 deletions
diff --git a/share/man/man4/wlan_tkip.4 b/share/man/man4/wlan_tkip.4
index 0cf33ab981b4..0dd45b81290d 100644
--- a/share/man/man4/wlan_tkip.4
+++ b/share/man/man4/wlan_tkip.4
@@ -38,24 +38,25 @@ The
.Nm
module handles the TKIP and Michael cryptographic requirements of the
WPA and 802.11i protocols.
-.Nm
-does encapsulation and decapsulation of TKIP-encoded 802.11 frames
+It does encapsulation and decapsulation of TKIP-encoded 802.11 frames
and optionally calculates the TKIP cipher and Michale MIC.
+The
.Nm
-is an 802.11 cryptographic plugin module for use by the
+module is an 802.11 cryptographic plugin module for use by the
.Xr wlan 4
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 hostapd.
+or a WPA authenticator program such as
+.Nm hostapd .
Should the underlying network device not be capable of doing the TKIP
and/or Michael calculations in hardware, the
.Nm
module will do the work.
.Sh SEE ALSO
.Xr wlan 4 ,
-.Xr wlan_wep 4 ,
-.Xr wlan_ccmp 4
+.Xr wlan_ccmp 4 ,
+.Xr wlan_wep 4
.Sh STANDARDS
More information can be found in the IEEE 802.11, WPA, and 802.11i Standards.
.Sh HISTORY