Home
last modified time | relevance | path

Searched refs:enableWifiIpServingLocked (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTethering.java1001 enableWifiIpServingLocked(ifname, ipmode); in handleWifiApAction()
1056 enableWifiIpServingLocked(mWifiP2pTetherInterface, IFACE_IP_MODE_LOCAL_ONLY); in handleWifiP2pAction()
1176 private void enableWifiIpServingLocked(String ifname, int wifiIpMode) { in enableWifiIpServingLocked() method in Tethering