tags:

views:

101

answers:

1

I realize that it would probably require boosting antenna power and thus reduce battery life but, if I am prepared to accept that, can I programatically extend wifi range?

I don't find anything at http://developer.android.com/reference/android/net/wifi/WifiManager.html

+4  A: 

There is no way to extend wifi range, as you don't have the hardware controls at such a low level to do that. You might try looking at the NDK, but I still doubt it.

This was a very interesting question, and I've looked around a bit more and you really can't. Sorry!

hwrdprkns
+1 As I feared, thanks. I'll leave it a day or two in case someone knows better, but otherwise you get awarded the answer. Thanks for confirming.
Mawg