How to find the wifi network interface name in Java.NetworkInterface class does not specify any method to find this.
Thanks
Google wifi java
Tried :) No relevant info
No direct API available. You will have to either hack it with JNI or use different programming language
Can you tell me how to do it with JNI?