Loading services/java/com/android/server/WifiService.java +1 −1 Original line number Diff line number Diff line Loading @@ -368,7 +368,7 @@ public class WifiService extends IWifiManager.Stub { /* IP/netmask: 192.168.43.1/255.255.255.0 */ ifcg.ipAddr = (192 << 24) + (168 << 16) + (43 << 8) + 1; ifcg.netmask = (255 << 24) + (255 << 16) + (255 << 8) + 0; ifcg.interfaceFlags = "up"; ifcg.interfaceFlags = "[up]"; service.setInterfaceConfig(intf, ifcg); } Loading Loading
services/java/com/android/server/WifiService.java +1 −1 Original line number Diff line number Diff line Loading @@ -368,7 +368,7 @@ public class WifiService extends IWifiManager.Stub { /* IP/netmask: 192.168.43.1/255.255.255.0 */ ifcg.ipAddr = (192 << 24) + (168 << 16) + (43 << 8) + 1; ifcg.netmask = (255 << 24) + (255 << 16) + (255 << 8) + 0; ifcg.interfaceFlags = "up"; ifcg.interfaceFlags = "[up]"; service.setInterfaceConfig(intf, ifcg); } Loading