android - How set ad-hoc mode on nexus 4 with cynogenmod -


i'm tryng set ad-hoc mode on galaxy nexus 4 rom cyanogenmod i've problems. have executable file load kernel modules called "wifiloader" activate ad-hoc mode, made reading code: https://android.googlesource.com/platform/hardware/libhardware_legacy/+/745e7fd4e09db2b47371338ee54c54255e286473/wifi/wifi.c

besides found (searching on internet) executable of iwconfig android(with samsung s2 gingerbread works) nexus 4 have error:

./wifiloader start starting wifi... ok. ./iwconfig wlan0 mode ad-hoc essid my_network channel 9 error wireless request "set mode" (8b06) : set failed on device wlan0 ; invalid argument. 

any suggestion? can find executable of iwconfig version of android? there way activate ad-hoc mode? i'm getting crazy :(


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -