Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java335 NdpInfo ndpInfo = new NdpInfo(ndpId); in onDataPathInitiateSuccess() local
336 ndpInfo.state = NdpInfo.STATE_WAIT_FOR_CONFIRM; in onDataPathInitiateSuccess()
337 ndpInfo.peerDiscoveryMac = nnri.specifiedPeerDiscoveryMac; in onDataPathInitiateSuccess()
338 nnri.ndpInfos.put(ndpId, ndpInfo); in onDataPathInitiateSuccess()
404 NdpInfo ndpInfo = nnriE.getValue().ndpInfos.get(ndpId); in onDataPathRequest() local
409 if (ndpInfo == null) { in onDataPathRequest()
415 ndpInfo.peerPort = peerServerInfo.port; in onDataPathRequest()
418 ndpInfo.peerTransportProtocol = peerServerInfo.transportProtocol; in onDataPathRequest()
421 ndpInfo.peerIpv6Override = peerServerInfo.ipv6Override; in onDataPathRequest()
489 NdpInfo ndpInfo = new NdpInfo(ndpId); in onDataPathRequest() local
[all …]