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;
1011 WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksTriggeredOnSoftApFailureGeneric() local
1036 WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksTriggeredOnSoftApFailureNoChannel() local
1060 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksTriggeredOnSoftApDisabling()
1069 WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksTriggeredOnSoftApDisabling() local
1093 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksTriggeredOnSoftApDisabled()
1102 WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksTriggeredOnSoftApDisabled() local
1127 IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksNotTriggeredOnSoftApStart() local
1149 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksTriggeredOnlyOnceWhenSoftApDisabling()
1158 WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksTriggeredOnlyOnceWhenSoftApDisabling() local
[all …]
DWifiStateMachineTest.java555 loadComponentsInApMode(WifiManager.IFACE_IP_MODE_LOCAL_ONLY); in loadComponentsInApModeForLOHS()
/frameworks/base/tests/net/java/com/android/server/connectivity/
DTetheringTest.java19 import static android.net.wifi.WifiManager.IFACE_IP_MODE_LOCAL_ONLY;
283 sendWifiApStateChanged(WIFI_AP_STATE_ENABLED, mTestIfname, IFACE_IP_MODE_LOCAL_ONLY); in workingLocalOnlyHotspotEnrichedApBroadcast()
292 mTestIfname, WifiManager.IFACE_IP_MODE_LOCAL_ONLY); in workingLocalOnlyHotspotEnrichedApBroadcast()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java883 case WifiManager.IFACE_IP_MODE_LOCAL_ONLY: in updateInterfaceIpStateInternal()
1039 if (mIfaceIpModes.contains(WifiManager.IFACE_IP_MODE_LOCAL_ONLY)) { in handleWifiApStateChange()
1195 if (mIfaceIpModes.contains(WifiManager.IFACE_IP_MODE_LOCAL_ONLY)) { in startLocalOnlyHotspot()
1207 startSoftApInternal(mLocalOnlyHotspotConfig, WifiManager.IFACE_IP_MODE_LOCAL_ONLY); in startLocalOnlyHotspot()
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java25 import static android.net.wifi.WifiManager.IFACE_IP_MODE_LOCAL_ONLY;
840 case IFACE_IP_MODE_LOCAL_ONLY: in enableWifiIpServingLocked()
1494 mgr.updateInterfaceIpState(iface, IFACE_IP_MODE_LOCAL_ONLY); in handleInterfaceServingStateActive()
/frameworks/base/wifi/java/android/net/wifi/
DWifiManager.java531 public static final int IFACE_IP_MODE_LOCAL_ONLY = 2; field in WifiManager