Searched refs:peerDiscoveryMac (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareDataPathStateManagerTest.java | 339 final byte[] peerDiscoveryMac = HexEncoding.decode("000102030405".toCharArray(), false); in testDataPathWithPortInfoOnSubscriber() 346 peerDiscoveryMac, inOrder, inOrderM, false); in testDataPathWithPortInfoOnSubscriber() 378 final byte[] peerDiscoveryMac = HexEncoding.decode("000102030405".toCharArray(), false); in testDataPathWithPortInfoInvalidPort() 385 peerDiscoveryMac, inOrder, inOrderM, false); in testDataPathWithPortInfoInvalidPort() 400 mDut.onDataPathRequestNotification(pubSubId, peerDiscoveryMac, ndpId, null); in testDataPathWithPortInfoInvalidPort() 417 final byte[] peerDiscoveryMac = HexEncoding.decode("000102030405".toCharArray(), false); in testDataPathWithPortInfoButNoSecurityOnPublisher() 424 peerDiscoveryMac, inOrder, inOrderM, false); in testDataPathWithPortInfoButNoSecurityOnPublisher() 439 mDut.onDataPathRequestNotification(pubSubId, peerDiscoveryMac, ndpId, null); in testDataPathWithPortInfoButNoSecurityOnPublisher() 456 final byte[] peerDiscoveryMac = HexEncoding.decode("000102030405".toCharArray(), false); in testDestroyNdiDuringNdpSetupResponder() 466 peerDiscoveryMac, inOrder, inOrderM, true); in testDestroyNdiDuringNdpSetupResponder() [all …]
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareDataPathStateManager.java | 337 ndpInfo.peerDiscoveryMac = nnri.specifiedPeerDiscoveryMac; in onDataPathInitiateSuccess() 491 ndpInfo.peerDiscoveryMac = mac; in onDataPathRequest() 842 if (!Arrays.equals(peerMac, ndpInfo.peerDiscoveryMac)) { in onDataPathSchedUpdate() 845 + MacAddress.fromBytes(ndpInfo.peerDiscoveryMac).toString()); in onDataPathSchedUpdate() 1307 public byte[] peerDiscoveryMac = null; field in WifiAwareDataPathStateManager.NdpInfo 1328 peerDiscoveryMac == null ? "" in toString() 1329 : String.valueOf(HexEncoding.encode(peerDiscoveryMac))) in toString() 1618 CanonicalConnectionInfo(byte[] peerDiscoveryMac, int sessionId, in CanonicalConnectionInfo() argument 1620 this.peerDiscoveryMac = peerDiscoveryMac; in CanonicalConnectionInfo() 1625 public final byte[] peerDiscoveryMac; field in WifiAwareDataPathStateManager.CanonicalConnectionInfo [all …]
|