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.java124 default boolean enableTdlsWithRemoteIpAddress(String remoteIpAddress, boolean enable) { in enableTdlsWithRemoteIpAddress() method
DClientMode.java145 boolean enableTdlsWithRemoteIpAddress(String remoteIpAddress, boolean enable); in enableTdlsWithRemoteIpAddress() method
DConcreteClientModeManager.java1491 public boolean enableTdlsWithRemoteIpAddress(String remoteIpAddress, boolean enable) { in enableTdlsWithRemoteIpAddress() method in ConcreteClientModeManager
DClientModeImpl.java1936 public boolean enableTdlsWithRemoteIpAddress(String remoteIpAddress, boolean enable) { in enableTdlsWithRemoteIpAddress() method in ClientModeImpl
/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiManager.aidl264 …void enableTdlsWithRemoteIpAddress(String remoteIPAddress, boolean enable, in IBooleanListener lis… in enableTdlsWithRemoteIpAddress() method
DBaseWifiService.java538 public void enableTdlsWithRemoteIpAddress(String remoteIPAddress, boolean enable, in enableTdlsWithRemoteIpAddress() method in BaseWifiService