Android app to set an static ARP entry on the gateway's MAC address when you connect to a WIFI network.
WifiStaticArp is hosted in the following web site
https://github.com/poliva/WifiStaticArp
If you think the Android project WifiStaticArp listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of WifiStaticArp.
Item | Value |
---|---|
Java File Count | 4 |
Target SDK Version | 13 |
Minimum SDK Version | 3 |
Activity Count | 1 |
jar files used | RootTools-2.5.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.INTERNET |
WifiStaticArp has the following Java source files.
android.os.SystemProperties .java org.eslack.wifistaticarp.Utils.java org.eslack.wifistaticarp.WifiStaticArp.java org.eslack.wifistaticarp.WifiStaticArpReceiver.java