I have a device on my local network. I know its MAC address, and want to find its IP. Because android doesn't seem to allow sending direct ARP queries (unless I'm mistaken), I've decided to take another approach: I scan all available devices on the local network.
That's where I'm stuck. I now have a list of IPs, and would like to check their MAC address to find which one is the one I'm looking for.
Could any of you please recommend a way to proceed?