opt/wpa_supplicant
2017-10-18 10:39:39 +02:00
..
.footprint wpa_supplicant: move man-pages to /usr/share 2016-10-29 12:23:09 +02:00
.md5sum [notify] wpa_supplicant: security fix for the KRACK (Key Reinstallation Attacks) vulnerability 2017-10-18 10:39:39 +02:00
.signature [notify] wpa_supplicant: security fix for the KRACK (Key Reinstallation Attacks) vulnerability 2017-10-18 10:39:39 +02:00
Pkgfile [notify] wpa_supplicant: security fix for the KRACK (Key Reinstallation Attacks) vulnerability 2017-10-18 10:39:39 +02:00
README [notify] wpa_supplicant: added support for nl80211 configuration interface, new dependency libnl 2012-01-23 18:47:06 +01:00
rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch [notify] wpa_supplicant: security fix for the KRACK (Key Reinstallation Attacks) vulnerability 2017-10-18 10:39:39 +02:00
rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch [notify] wpa_supplicant: security fix for the KRACK (Key Reinstallation Attacks) vulnerability 2017-10-18 10:39:39 +02:00
rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch [notify] wpa_supplicant: security fix for the KRACK (Key Reinstallation Attacks) vulnerability 2017-10-18 10:39:39 +02:00
rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch [notify] wpa_supplicant: security fix for the KRACK (Key Reinstallation Attacks) vulnerability 2017-10-18 10:39:39 +02:00
rebased-v2.6-0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch [notify] wpa_supplicant: security fix for the KRACK (Key Reinstallation Attacks) vulnerability 2017-10-18 10:39:39 +02:00
rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch [notify] wpa_supplicant: security fix for the KRACK (Key Reinstallation Attacks) vulnerability 2017-10-18 10:39:39 +02:00
rebased-v2.6-0007-WNM-Ignore-WNM-Sleep-Mode-Response-without-pending-r.patch [notify] wpa_supplicant: security fix for the KRACK (Key Reinstallation Attacks) vulnerability 2017-10-18 10:39:39 +02:00
rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch [notify] wpa_supplicant: security fix for the KRACK (Key Reinstallation Attacks) vulnerability 2017-10-18 10:39:39 +02:00
wlan Merge branch '3.1' into 3.2 2015-09-28 16:08:16 +02: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.