Home
last modified time | relevance | path

Searched refs:peerDiscoveryMac (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareDataPathStateManagerTest.java286 final byte[] peerDiscoveryMac = HexEncoding.decode("000102030405".toCharArray(), false); in testDataPathPmkWithoutPermission()
296 peerDiscoveryMac, inOrder, inOrderM, false); in testDataPathPmkWithoutPermission()
324 final byte[] peerDiscoveryMac = HexEncoding.decode("000102030405".toCharArray(), false); in testDataPathWithPortInfoOnPublisher()
331 peerDiscoveryMac, inOrder, inOrderM, false); in testDataPathWithPortInfoOnPublisher()
345 mDut.onDataPathRequestNotification(pubSubId, peerDiscoveryMac, ndpId, null); in testDataPathWithPortInfoOnPublisher()
362 final byte[] peerDiscoveryMac = HexEncoding.decode("000102030405".toCharArray(), false); in testDataPathWithPortInfoInvalidPort()
369 peerDiscoveryMac, inOrder, inOrderM, false); in testDataPathWithPortInfoInvalidPort()
395 final byte[] peerDiscoveryMac = HexEncoding.decode("000102030405".toCharArray(), false); in testDataPathWithPortInfoButNoSecurityOnSubscriber()
402 peerDiscoveryMac, inOrder, inOrderM, false); in testDataPathWithPortInfoButNoSecurityOnSubscriber()
429 final byte[] peerDiscoveryMac = HexEncoding.decode("000102030405".toCharArray(), false); in testDestroyNdiDuringNdpSetupResponder()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java371 if (entry.getValue().peerDiscoveryMac != null && !Arrays.equals( in onDataPathRequest()
372 entry.getValue().peerDiscoveryMac, mac)) { in onDataPathRequest()
425 if (nnri.peerDiscoveryMac == null) { in onDataPathRequest()
427 nnri.peerDiscoveryMac = mac; in onDataPathRequest()
749 if (!Arrays.equals(peerMac, nnriE.getValue().peerDiscoveryMac)) { in onDataPathSchedUpdate()
752 + MacAddress.fromBytes(nnriE.getValue().peerDiscoveryMac).toString()); in onDataPathSchedUpdate()
941 nnri.peerDiscoveryMac, nnri.interfaceName, nnri.networkSpecifier.pmk, in needNetworkFor()
1121 if (Arrays.equals(req.peerDiscoveryMac, nnri.peerDiscoveryMac)) { in selectInterfaceForRequest()
1170 public byte[] peerDiscoveryMac = null; field in WifiAwareDataPathStateManager.AwareNetworkRequestInformation
1228 return new CanonicalConnectionInfo(peerDiscoveryMac, networkSpecifier.pmk, in getCanonicalDescriptor()
[all …]