iw is a new nl80211 based CLI configuration utility for wireless devices. It supports all new drivers that have been added to the kernel recently. The old tool iwconfig, which uses Wireless Extensions interface, is deprecated and it's strongly recommended to switch to iw and nl80211.
This package is known to build and work properly using an LFS 12.2 platform.
Download (HTTP): https://www.kernel.org/pub/software/network/iw/iw-6.9.tar.xz
Download MD5 sum: 457c99badf2913bb61a8407ae60e4819
Download size: 156 KB
Estimated disk space required: 3.9 MB
Estimated build time: less than 0.1 SBU
To use iw, the kernel must have the appropriate drivers and other support available. Read Configuring the Linux Kernel for Wireless for details.
To install iw, use the following commands:
sed -i "/INSTALL.*gz/s/.gz//" Makefile && make
This package does not come with a test suite.
Now, as the root
user:
make install
sed ...: Install uncompressed manual pages in accordance with other man pages.