Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java23 import static android.net.wifi.WifiManager.IFACE_IP_MODE_LOCAL_ONLY;
1067 WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksTriggeredOnSoftApFailureGeneric() local
1092 WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksTriggeredOnSoftApFailureNoChannel() local
1116 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksTriggeredOnSoftApDisabling()
1125 WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksTriggeredOnSoftApDisabling() local
1149 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksTriggeredOnSoftApDisabled()
1158 WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksTriggeredOnSoftApDisabled() local
1183 IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksNotTriggeredOnSoftApStart() local
1205 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksTriggeredOnlyOnceWhenSoftApDisabling()
1214 WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksTriggeredOnlyOnceWhenSoftApDisabling() local
[all …]
DWifiStateMachineTest.java624 loadComponentsInApMode(WifiManager.IFACE_IP_MODE_LOCAL_ONLY); in loadComponentsInApModeForLOHS()
/frameworks/base/tests/net/java/com/android/server/connectivity/
DTetheringTest.java24 import static android.net.wifi.WifiManager.IFACE_IP_MODE_LOCAL_ONLY;
350 sendWifiApStateChanged(WIFI_AP_STATE_ENABLED, mTestIfname, IFACE_IP_MODE_LOCAL_ONLY); in workingLocalOnlyHotspotEnrichedApBroadcast()
359 mTestIfname, WifiManager.IFACE_IP_MODE_LOCAL_ONLY); in workingLocalOnlyHotspotEnrichedApBroadcast()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java935 case WifiManager.IFACE_IP_MODE_LOCAL_ONLY: in updateInterfaceIpStateInternal()
1091 if (mIfaceIpModes.contains(WifiManager.IFACE_IP_MODE_LOCAL_ONLY)) { in handleWifiApStateChange()
1247 if (mIfaceIpModes.contains(WifiManager.IFACE_IP_MODE_LOCAL_ONLY)) { in startLocalOnlyHotspot()
1259 startSoftApInternal(mLocalOnlyHotspotConfig, WifiManager.IFACE_IP_MODE_LOCAL_ONLY); in startLocalOnlyHotspot()
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java27 import static android.net.wifi.WifiManager.IFACE_IP_MODE_LOCAL_ONLY;
929 case IFACE_IP_MODE_LOCAL_ONLY: in enableWifiIpServingLocked()
1416 mgr.updateInterfaceIpState(iface, IFACE_IP_MODE_LOCAL_ONLY); in handleInterfaceServingStateActive()
/frameworks/base/wifi/java/android/net/wifi/
DWifiManager.java532 public static final int IFACE_IP_MODE_LOCAL_ONLY = 2; field in WifiManager