付随的なwlanモジュールを追加しました

修正

# The `wlan' device provides generic code to support 802.11
# drivers, including host AP mode; it is MANDATORY for the wi,
# ath, and awi drivers and will eventually be required by all 802.11 drivers. 
# 「wlan」デバイスは、ホストAPモードを含む802.11のドライバをサポートする、
# 総括的なコードを提供します;それは、wi、athおよびawiドライバ必須で、
# 最終的にはすべての802.11ドライバに必要とされるでしょう。

追加

# The `wlan_wep', `wlan_tkip', and `wlan_ccmp' devices provide
# support for WEP, TKIP, and AES-CCMP crypto protocols optionally
# used with 802.11 devices that depend on the `wlan' module.
# 「wlan_wep」、「wlan_tkip」および「wlan_ccmp」デバイスは、
# 「wlan」モジュールに依存する802.11デバイスで任意に使用できる
# WEP、TKIP、およびAES-CCMP暗号プロトコルを提供します。
# The `wlan_xauth' device provides support for external (i.e. user-mode)
# authenticators for use with 802.11 drivers that use the `wlan'
# module and support 802.1x and/or WPA security protocols.
# 「wlan_xauth」デバイスは、「wlan」モジュールを使用し、802.1xおよび/
# またはWPAセキュリティプロトコルをサポートする802.11ドライバと
# 共に使用して外部(つまりユーザーモード)認証を提供します。
# The `wlan_acl' device provides a MAC-based access control mechanism
# for use with 802.11 drivers operating in ap mode and using the
# `wlan' module.
# 「wlan_acl」デバイスは、apモードで作動し、「wlan」モジュールを
# 使用する802.11ドライバと共に使用してMACに基づいた
# アクセスコントロールカニズムを提供します。
device wlan_wep
802.11 WEP support
device wlan_ccmp
802.11 CCMP support
device wlan_tkip
802.11 TKIP support
device wlan_xauth
802.11 external authenticator support
device wlan_acl
802.11 MAC ACL support

commit log

add ancillary wlan modules and fixup comments
付随的なwlanモジュールの追加およびコメントを修正。

Requested by
silby

$FreeBSD: src/sys/conf/NOTES,v 1.1290 2004/12/20 04:22:41 sam Exp $
$FreeBSD: src/sys/conf/NOTES,v 1.1292 2005/01/05 22:33:11 jhb Exp $