Searched refs:remoteIpAddress (Results 1 – 5 of 5) sorted by relevance
125 default boolean enableTdlsWithRemoteIpAddress(String remoteIpAddress, boolean enable) { in enableTdlsWithRemoteIpAddress() argument
150 boolean enableTdlsWithRemoteIpAddress(String remoteIpAddress, boolean enable); in enableTdlsWithRemoteIpAddress() argument
1502 public boolean enableTdlsWithRemoteIpAddress(String remoteIpAddress, boolean enable) { in enableTdlsWithRemoteIpAddress() argument1503 return getClientMode().enableTdlsWithRemoteIpAddress(remoteIpAddress, enable); in enableTdlsWithRemoteIpAddress()
5166 String remoteIpAddress = param.mRemoteIpAddress.trim();5188 if (TextUtils.equals(remoteIpAddress, ip)) {5195 Log.w(TAG, "Did not find remoteAddress {" + remoteIpAddress + "} in "
2014 public boolean enableTdlsWithRemoteIpAddress(String remoteIpAddress, boolean enable) { in enableTdlsWithRemoteIpAddress() argument2016 String remoteMacAddress = macAddressFromRoute(remoteIpAddress); in enableTdlsWithRemoteIpAddress()