Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConnectivityHelper.java63 mWifiNative.getSupportedFeatureSet(mWifiNative.getClientInterfaceName()); in getFirmwareRoamingInfo()
72 if (mWifiNative.getRoamingCapabilities(mWifiNative.getClientInterfaceName(), roamingCap)) { in getFirmwareRoamingInfo()
163 return mWifiNative.configureRoaming(mWifiNative.getClientInterfaceName(), roamConfig); in setFirmwareRoamingConfiguration()
173 mWifiNative.removeNetworkIfCurrent(mWifiNative.getClientInterfaceName(), networkId); in removeNetworkIfCurrent()
DWifiCountryCode.java236 if (mWifiNative.setCountryCode(mWifiNative.getClientInterfaceName(), country)) { in setCountryCodeNative()
DDppManager.java172 mClientIfaceName = mWifiNative.getClientInterfaceName(); in startDppAsConfiguratorInitiator()
331 mClientIfaceName = mWifiNative.getClientInterfaceName(); in startDppAsEnrolleeInitiator()
DWifiDiagnostics.java739 if (mWifiNative.getTxPktFates(mWifiNative.getClientInterfaceName(), txFates)) { in fetchPacketFates()
747 if (mWifiNative.getRxPktFates(mWifiNative.getClientInterfaceName(), rxFates)) { in fetchPacketFates()
DWifiLockManager.java640 String ifaceName = mWifiNative.getClientInterfaceName(); in getLowLatencyModeSupport()
DWifiNetworkSelector.java446 mWifiNative.getClientInterfaceName()) & WIFI_FEATURE_OWE) != 0; in isEnhancedOpenSupported()
DWificondControl.java942 String iface = mWifiNative.getClientInterfaceName(); in isEnhancedOpenSupported()
DWifiNative.java1185 public String getClientInterfaceName() { in getClientInterfaceName() method in WifiNative
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointEventHandler.java84 mSupplicantHook.getClientInterfaceName(), in requestANQP()
102 mSupplicantHook.getClientInterfaceName(), Utils.macToString(bssid), fileName); in requestIcon()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNativeInterfaceManagementTest.java194 assertEquals(IFACE_NAME_0, mWifiNative.getClientInterfaceName()); in testSetupClientInterface()
205 assertEquals(IFACE_NAME_0, mWifiNative.getClientInterfaceName()); in testSetupClientInterfaceForScan()
218 assertNull(mWifiNative.getClientInterfaceName()); in testSetupSoftApInterface()
229 assertEquals(IFACE_NAME_0, mWifiNative.getClientInterfaceName()); in testSetupAndTeardownClientInterface()
242 assertEquals(IFACE_NAME_0, mWifiNative.getClientInterfaceName()); in testSetupAndTeardownClientInterfaceForScan()
258 assertNull(mWifiNative.getClientInterfaceName()); in testSetupAndTeardownSoftApInterface()
280 assertEquals(IFACE_NAME_0, mWifiNative.getClientInterfaceName()); in testSetupAndTeardownClientAndSoftApInterface_Seq1()
304 assertEquals(IFACE_NAME_0, mWifiNative.getClientInterfaceName()); in testSetupAndTeardownClientAndSoftApInterface_Seq2()
328 assertEquals(IFACE_NAME_1, mWifiNative.getClientInterfaceName()); in testSetupAndTeardownClientAndSoftApInterface_Seq3()
352 assertEquals(IFACE_NAME_1, mWifiNative.getClientInterfaceName()); in testSetupAndTeardownClientAndSoftApInterface_Seq4()
[all …]
DDppManagerTest.java124 when(mWifiNative.getClientInterfaceName()).thenReturn(TEST_INTERFACE_NAME); in setUp()
565 when(mWifiNative.getClientInterfaceName()).thenReturn(TEST_INTERFACE_NAME); in testStartDppAsEnrolleeInitiatorStartCorrectlyOnFailureCallback()
625 when(mWifiNative.getClientInterfaceName()).thenReturn(TEST_INTERFACE_NAME); in testDppStopSessionIncorrectUid()
660 when(mWifiNative.getClientInterfaceName()).thenReturn(TEST_INTERFACE_NAME); in testDppStopSession()
DWifiLockManagerTest.java92 when(mWifiNative.getClientInterfaceName()).thenReturn(INTERFACE_NAME); in setUp()
DWifiNetworkSelectorTest.java98 when(mWifiNative.getClientInterfaceName()).thenReturn("wlan0"); in setUp()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DWifiScannerImpl.java54 String ifaceName = wifiNative.getClientInterfaceName();
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DWificondPnoScannerTest.java81 when(mWifiNative.getClientInterfaceName()).thenReturn(IFACE_NAME); in setup()
DBaseWifiScannerImplTest.java87 when(mWifiNative.getClientInterfaceName()).thenReturn(IFACE_NAME); in setUpBase()