WPA Supplicant: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
Line 35: Line 35:
Install the package
Install the package


  cp -v wpa_cli wpa_supplicant wpa_passphrase /usr/sbin &&
  cp -v wpa_cli wpa_supplicant wpa_passphrase /usr/sbin
  cp -v dbus-wpa_supplicant.conf /etc/dbus-1/system.d/
 
If you have [[D-BUS]] installed execute the following commands to add the configuration and services files for [[D-BUS]]:
 
  cp -v dbus-wpa_supplicant.conf /etc/dbus-1/system.d/ &&
cp -v dbus-wpa_supplicant.service /usr/share/dbus-1/services/


== Multilib ==
== Multilib ==

Revision as of 19:50, 27 July 2008

Download Source: http://hostap.epitest.fi/releases/wpa_supplicant-0.6.10.tar.gz

Introduction to WPA Supplicant

Project Homepage: Unknown

Dependencies

Optional

Optional Drivers

Configuration Information

You need to create a .config file based on defconfig in the top-level of the source directory. The README has a lot of good information regarding creating a config.

cp defconfig .config &&
cat >> .config << "EOF" 
CONFIG_DRIVER_MADWIFI=y
CFLAGS += -I/path/to/madwifi/source
CONFIG_CTRL_IFACE_DBUS=y
EOF

Non-Multilib

Compile the package:

make

Install the package

cp -v wpa_cli wpa_supplicant wpa_passphrase /usr/sbin

If you have D-BUS installed execute the following commands to add the configuration and services files for D-BUS:

cp -v dbus-wpa_supplicant.conf /etc/dbus-1/system.d/ &&
cp -v dbus-wpa_supplicant.service /usr/share/dbus-1/services/

Multilib

This package does not install any libraries so only one installation is needed.

32Bit

Please Contribute this section.

N32

Please Contribute this section.

64Bit

Please Contribute this section.