opt/wpa_supplicant
Juergen Daubert faae14daa1 Revert "wpa_supplicant: dbus support, FS#957"
This reverts commit b181f5d38f.

Currently we try to avoid linking against dbus whenever possible,
at least for opt-ports, e.g. cups or firefox. It's inconsistent
to break this rule for a single port like wpa_supplicant. Because
wpa_supplicant is part of our ISO, we would have to include dbus
as well, if we add dbus support to it.

We might reconsider in the future, if we come to the conclusion
that having dbus support all over is a good thing for CRUX.
2013-11-15 14:28:13 +01:00
..
.footprint Revert "wpa_supplicant: dbus support, FS#957" 2013-11-15 14:28:13 +01:00
.md5sum wpa_supplicant: update to 2.0 2013-01-13 10:08:02 +01:00
Pkgfile Revert "wpa_supplicant: dbus support, FS#957" 2013-11-15 14:28:13 +01:00
README [notify] wpa_supplicant: added support for nl80211 configuration interface, new dependency libnl 2012-01-23 18:47:06 +01:00

README for wpa_supplicant


REQUIREMENTS

Kernel driver for your wireless card, e.g. ndiswrapper or ipw2100. 
See the wpa_supplicant homepage for supported drivers.


PRE-INSTALL


POST-INSTALL

1. Create a network setup for wpa_supplicant:

   wpa_passphrase <ssid> <your_secret> >> /etc/wpa.conf

   See the sample configuration file wpa_supplicant.conf in the
   sources for a complete description of the available options 
   for wpa_supplicant. 

2. Change your wlan start script to use wpa_supplicant.

   Following an example for the centrino ipw2100 driver, no need 
   to do anything with iwconfig:

   /sbin/modprobe ipw2100
   /sbin/ifconfig eth1 xxx.xxx.xxx.xxx netmask 255.255.255.xxx
   /sbin/route add default gw xxx.xxx.xxx.xxx
   /usr/sbin/wpa_supplicant -B -Dnl80211 -ieth1 -c/etc/wpa.conf

   Note: the above configuration makes use of the generic nl80211
         wpa_supplicant driver, which is the preferred nowadays 
         and supersedes the wext (wireless extensions) driver.

PRECAUTION

As off version 0.6.8 the -w option of wpa_supplicant was removed.
See the ChangeLog for more infos. This may cause troubles because
using the -w option was the recommend way to start wpa_supplicant
until version 0.6.