I am currently developing a sort of wifi sniffer. To achieve that I use a tcpdump binary compiled for arm. But it\'s assume that I know the name of the Wifi Interface.
Use this: String interfaceName = SystemInfo.getInstance().getProperty("wifi.interface");
This will definitely work..