# wpasupp/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. Some notes based on BLFS (Beyond Linux From Scratch) documentation: "wpasupp" requires a configuration file, which may be stored in any reasonable location. A typical "wpasupp" configuration file might look like this: ctrl_interface=/var/run/wpa_supplicant network={ ssid="YourSSID" scan_ssid=1 key_mgmt=WPA-PSK psk="YourSecretKey" } For more information about "wpasupp" configuration files, execute "man wpa_supplicant.conf". #--------------------------------------------------------------------- 2. To start "wpasupp", execute a CLI command similar to the following: wpa_supplicant -Bw -c/etc/wpa_supplicant.conf -iwlan0 Replace the "/etc/..." path with an absolute path for the configura- tion file discussed previously. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.45 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.55 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.62 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.03 hours (or 001.50 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] exepack = yes license = GNU General Public License, version 2 (June 1991) patches = required tmpsize = 26M unpack = relaxed setpaths = openssl #--------------------------------------------------------------------- [depends] iwconfig # Probably not required at this point openssl #--------------------------------------------------------------------- [configure] SBINDIR=$PKGDIR_PROD/sbin mkdir -p $SBINDIR sed -e "s|__META_PRODTREE__|$PRODTREE|" \ < $PKGDIR_SPECIAL/dotconfig.in \ > wpa_supplicant/.config #--------------------------------------------------------------------- [build] cd wpa_supplicant make make install #--------------------------------------------------------------------- [postbuild] MAN5DIR=$PKGDIR_PROD/man/man5 MAN8DIR=$PKGDIR_PROD/man/man8 SBINDIR=$PKGDIR_PROD/sbin mkdir -p $MAN5DIR $MAN8DIR $SBINDIR cp -a wpa_supplicant/doc/docbook/*.5 $MAN5DIR/ cp -a wpa_supplicant/doc/docbook/*.8 $MAN8DIR/ cd $SBINDIR ln -s wpa_supplicant wpasupp #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = Not checked yet url_home = http://hostap.epitest.fi/wpa_supplicant/ url_lfs = n/a url_tarball = http://w1.fi/releases/wpa_supplicant-2.10.tar.gz #--------------------------------------------------------------------- [history] 170504 Modified to work with new "libressl" 191001 Updated from 2.6 to 2.9 240324 Updated to 2.10