aosp12/external/iw
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
.gitignore init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Android.bp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
CONTRIBUTING init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
COPYING init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
METADATA init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
MODULE_LICENSE_BSD_LIKE init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Makefile init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
NOTICE init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
OWNERS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
bitrate.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
coalesce.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
connect.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
cqm.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
event.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
genl.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
hwsim.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ibss.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ieee80211.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
info.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
interface.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
iw.8 init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
iw.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
iw.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
link.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
mesh.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
mpath.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
mpp.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
nl80211.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ocb.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
offch.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
p2p.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
phy.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ps.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
reason.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
reg.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
roc.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
scan.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
sections.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
station.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
status.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
survey.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
util.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
vendor.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
version.sh init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
wowlan.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README

This is 'iw', a tool to use nl80211.


To build iw, just enter 'make'. If that fails, set the
PKG_CONFIG_PATH environment variable to allow the Makefile
to find libnl.


'iw' is currently maintained at http://git.sipsolutions.net/iw.git/,
some more documentation is available at
http://wireless.kernel.org/en/users/Documentation/iw.

Please send all patches to Johannes Berg <johannes@sipsolutions.net>
and CC linux-wireless@vger.kernel.org for community review.