Home
last modified time | relevance | path

Searched defs:WIFI_IFACE_NAME (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java173 private static final String WIFI_IFACE_NAME = "wlan0"; field in WifiServiceImplTest
721 WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testSetWifiEnabledFromNetworkSettingsHolderWhenApEnabled() local
749 WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testSetWifiEnabledFromAppFailsWhenApEnabled() local
990 WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testGetWifiApEnabled() local
1958 WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksTriggeredOnSoftApFailureGeneric() local
1983 WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksTriggeredOnSoftApFailureNoChannel() local
2018 WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksTriggeredOnSoftApDisabling() local
2053 WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksTriggeredOnSoftApDisabled() local
2077 WIFI_AP_STATE_ENABLED, WIFI_AP_STATE_DISABLED, HOTSPOT_NO_ERROR, WIFI_IFACE_NAME, in testRegisteredCallbacksNotTriggeredOnSoftApStart() local
2111 WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksTriggeredOnlyOnceWhenSoftApDisabling() local
[all …]
DActiveModeWardenTest.java60 private static final String WIFI_IFACE_NAME = "mockWlan"; field in ActiveModeWardenTest
DWifiNativeTest.java54 private static final String WIFI_IFACE_NAME = "mockWlan"; field in WifiNativeTest
DClientModeImplTest.java325 static final String WIFI_IFACE_NAME = "mockWlan"; field in ClientModeImplTest