CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
wpa_supplicant: Updated to 0.6.10
[attic/ports/opt-cross.git] / wpa_supplicant / README
CommitLineData
35642aa9
VM
1README for wpa_supplicant
2
3
4REQUIREMENTS
5
6Kernel driver for your wireless card, e.g. ndiswrapper or ipw2100.
7See the wpa_supplicant homepage for supported drivers.
8
9
10PRE-INSTALL
11
12
13POST-INSTALL
14
151. Create a network setup for wpa_supplicant:
16
17 wpa_passphrase <ssid> <your_secret> >> /etc/wpa.conf
18
19 See the sample configuration file wpa_supplicant.conf in the
20 sources for a complete description of the available options
21 for wpa_supplicant.
22
232. Change your wlan start script to use wpa_supplicant.
24
25 Following an example for the centrino ipw2100 driver, no need
26 to do anything with iwconfig:
27
28 /sbin/modprobe ipw2100
29 /sbin/ifconfig eth1 xxx.xxx.xxx.xxx netmask 255.255.255.xxx
30 /sbin/route add default gw xxx.xxx.xxx.xxx
31 /usr/sbin/wpa_supplicant -B -Dwext -ieth1 -c/etc/wpa.conf
32
33 Note: the above configuration makes use of the generic wext
34 wpa_supplicant driver (Linux wireless extensions),
35 which is the preferred nowadays. Use this driver for
36 ndiswrapper as well.
37
38
39PRECAUTION
40
41As off version 0.6.8 the -w option of wpa_supplicant was removed.
42See the ChangeLog for more infos. This may cause troubles because
43using the -w option was the recommend way to start wpa_supplicant
44until version 0.6.