<p>Должны работать все wlan драйвера, поддерживаемые FreeBSD 8. <br/>
Не поддерживаются все PCMCIA, CardBus, ExpressCard, USB и ISA карты. <br/>Поддерживаются только PCI, miniPCI, PCI-Express, miniPci-Express и PCI-X.<br/>
<aname="connect"rel="nofollow"id="connect">Connecting to a wireless network</a></h3>
<p>Besides of course unencrypted networks, Haiku has preliminary support for accessing wireless networks via <ahref="#wep-notes"rel="nofollow">WEP encryption keys</a>. WEP is an early encryption method, although not the most secure.</p>
<p>You can list available networks, join and leave them with the command <spanclass="cli">ifconfig</span> from Terminal:</p>
<p>You can find your <tt>wifi_device_path</tt> in the <spanclass="app">Network</span> preferences applet, or by executing <spanclass="cli">ifconfig -a</span>.</p>
<p>Below are a few examples of connecting to a wireless network named <i>wifitopia</i>. For these examples we are assuming your wifi network card is <tt>/dev/net/iprowifi3945/0</tt>.</p>
<aname="auto-connect"rel="nofollow"id="auto-connect">Automatically connecting to a wireless network</a></h3>
<p>To make your system connect to a given SSID at each boot automatically, you can specify your wireless networks and passwords in <tt>/boot/common/settings/network/wireless_networks</tt> with the following format:</p>
<pre>network wifitopia {
password mypassword
}</pre>
<p>If you don't create this configuration file, the system will connect to the first unencrypted network it finds.</p>
<p><p>At the moment there is no WPA encryption available in Haiku, though there have been <atarget="blank"href="http://haiku-os.org/blog/axeld/2010-10-13_wpa_encryption_progress">some efforts</a> bringing it significantly closer.</p></p>
<p>The Intel ipw2100 and iprowifi22xx will install without an internet connection, as the licensing terms allow Haiku to distribute the original firmware archives. However, they do require acknowledgment by the end-user prior to their installation. The Broadcom 43xx and Marvell 88W8335 will require an active internet connection, as the files containing their respective firmwares cannot be distributed with Haiku.</p>
<p>Те, кто самостоятельно собирают собственные образы Haiku, могут соответственным образом изменить свой <spanclass="cli">build/jam/UserBuildConfig</span>. Описание этого процесса, а также обновление информации по поддержке wifi можно найти в <ahref="http://www.haiku-os.org/guides/wifi">онлайн-версии</a> этого документа.</p>
<p>Если вы скачали микропрограмму (firmware), но не имеете работающего Интернет-соединения в Haiku, то онлайн-версия предлагает <ahref="http://www.haiku-os.org/files/download-data-for-wlan-firmwares.txt"rel="nofollow">скрипт</a>, который создаст для Вас zip файл, который нужно будет извлечь в директорию <tt>/boot</tt>. После этого уВас будут все файлы, необходимые для запуска install-wifi-firmwares.sh.</p>