Home
last modified time | relevance | path

Searched defs:enableTdlsWithRemoteIpAddress (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeDefaults.java125 default boolean enableTdlsWithRemoteIpAddress(String remoteIpAddress, boolean enable) { in enableTdlsWithRemoteIpAddress() method
DClientMode.java150 boolean enableTdlsWithRemoteIpAddress(String remoteIpAddress, boolean enable); in enableTdlsWithRemoteIpAddress() method
DConcreteClientModeManager.java1502 public boolean enableTdlsWithRemoteIpAddress(String remoteIpAddress, boolean enable) { in enableTdlsWithRemoteIpAddress() method in ConcreteClientModeManager
DClientModeImpl.java2014 public boolean enableTdlsWithRemoteIpAddress(String remoteIpAddress, boolean enable) { in enableTdlsWithRemoteIpAddress() method in ClientModeImpl
/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiManager.aidl278 …void enableTdlsWithRemoteIpAddress(String remoteIPAddress, boolean enable, in IBooleanListener lis… in enableTdlsWithRemoteIpAddress() method
DBaseWifiService.java580 public void enableTdlsWithRemoteIpAddress(String remoteIPAddress, boolean enable, in enableTdlsWithRemoteIpAddress() method in BaseWifiService