Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is wpa_supplicant for android device specific or android version specific?

I recently purchased sony xperia P, but it was not able to detect ad-hoc networks. After some googling I came to know that android does not support ad-hoc network and I haven't modified the /system/bin/wpa_supplicant file so that it can also show ad-hoc networks. I found a lot of modified files on github but I dont know which one should I use. Is the file wpa_supplicant device specific or it is android version specific? My android version is 4.0.4 (Sony xperia P), can anyone give me the exact file I can use with my phone.

like image 704
Nitin Khola Avatar asked Feb 19 '13 08:02

Nitin Khola


1 Answers

Because the wpa_supplicant interact with the network card driver, and the driver is associated with the network card chips. And different network card support different range of of IEEE 802.11 (includes optional and mandatory standards ) standard, so I guess the wpa_supplicant is specific to the network card chips.While it's possible that a version of wpa_supplicant supports several network driver and network card.

enter image description here

like image 191
SalutonMondo Avatar answered Sep 22 '22 11:09

SalutonMondo