MFen 1.421 -> 1.422
This commit is contained in:
parent
e3859677eb
commit
8b61011a35
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34021
1 changed files with 7 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
$FreeBSD$
|
||||
|
||||
%SOURCE% en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml
|
||||
%SRCID% 1.421
|
||||
%SRCID% 1.422
|
||||
-->
|
||||
|
||||
<chapter id="advanced-networking">
|
||||
|
@ -983,13 +983,14 @@ wlan_tkip_load="YES"</programlisting>
|
|||
|
||||
<programlisting>device ath # Atheros IEEE 802.11 stuurprogramma voor draadloze netwerken
|
||||
device ath_hal # Atheros Hardware Access Layer
|
||||
device ath_rate_sample # John Bicket's SampleRate stuuralgoritme.
|
||||
device wlan # 802.11 ondersteuning (vereist)
|
||||
options AH_SUPPORT_AR5146 # zet AR5146 tx/rx descriptors aan
|
||||
device ath_rate_sample # SampleRate verzendsnelheid-controle voor ath
|
||||
device wlan # 802.11 ondersteuning
|
||||
device wlan_scan_ap # 802.11 AP-modus scannen
|
||||
device wlan_scan_sta # 802.11 STA-modus scannen
|
||||
device wlan_wep # WEP crypto ondersteuning voor 802.11 apparaten
|
||||
device wlan_ccmp # AES-CCMP crypto ondersteuning voor 802.11 apparaten
|
||||
device wlan_tkip # TKIP en Michael crypto ondersteuning voor 802.11 apparaten</programlisting>
|
||||
device wlan_wep # 802.11 WEP-ondersteuning
|
||||
device wlan_ccmp # 802.11 CCMP-ondersteuning
|
||||
device wlan_tkip # 802.11 TKIP-ondersteuning</programlisting>
|
||||
|
||||
<para>Zowel <literal>wlan_scan_ap</literal> en
|
||||
<literal>wlan_scan_sta</literal> zijn nodig voor
|
||||
|
|
Loading…
Reference in a new issue