Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSoftApManagerTest.java107 private static final String TEST_INTERFACE_NAME = "testif0"; field in SoftApManagerTest
695 WIFI_AP_STATE_ENABLED, HOTSPOT_NO_ERROR, TEST_INTERFACE_NAME, in stopWhenStarted() local
704 WIFI_AP_STATE_DISABLING, HOTSPOT_NO_ERROR, TEST_INTERFACE_NAME, in stopWhenStarted() local
732 WIFI_AP_STATE_ENABLED, HOTSPOT_NO_ERROR, TEST_INTERFACE_NAME, in cleanStopOnInterfaceDestroyed() local
739 WIFI_AP_STATE_DISABLING, HOTSPOT_NO_ERROR, TEST_INTERFACE_NAME, in cleanStopOnInterfaceDestroyed() local
H A DConcreteClientModeManagerTest.java88 private static final String TEST_INTERFACE_NAME = "testif0"; field in ConcreteClientModeManagerTest
H A DDppManagerTest.java103 private static final String TEST_INTERFACE_NAME = "testif0"; field in DppManagerTest
/aosp12/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
H A DWifiNl80211ManagerTest.java111 private static final String TEST_INTERFACE_NAME = "test_wlan_if"; field in WifiNl80211ManagerTest