WPA Supplicant

From CBLFS
Revision as of 16:13, 26 March 2007 by Jciccone (talk | contribs) (New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://hostap.epitest.fi/releases/wpa_supplicant-0.5.7.tar.gz |} ---- == Introduction to WPA Supplicant =...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://hostap.epitest.fi/releases/wpa_supplicant-0.5.7.tar.gz

Introduction to WPA Supplicant

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 += /path/to/madwifi/source
CONFIG_CTRL_IFACE_DBUS=y
EOF

Non-Multilib

Compile the package:

make

Install the package

cp wpa_cli wpa_supplicant wpa_passphrase /usr/sbin

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.