0.Introduce This posts is a guide for porting iw to Android ICS. iw is a new utility for wireless devices on Linux. It developed by linuxwireless.org. You can see more detail about how to use it in here. 1.Build requirements: libnl Frist, you need Grab the tree for libnl:
1 2 3 4 |
$git clone git://git.infradead.org/users/tgr/libnl.git $cd libnl/ $git checkout tags/libnl2_0 $./autogen.sh (generate the configure file) |
Be sure to make ANDROID_PATH…