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.java327 NdpInfo ndpInfo = new NdpInfo(ndpId); in onDataPathInitiateSuccess() local
328 ndpInfo.state = NdpInfo.STATE_WAIT_FOR_CONFIRM; in onDataPathInitiateSuccess()
329 ndpInfo.peerDiscoveryMac = nnri.specifiedPeerDiscoveryMac; in onDataPathInitiateSuccess()
330 nnri.ndpInfos.put(ndpId, ndpInfo); in onDataPathInitiateSuccess()
397 NdpInfo ndpInfo = nnriE.getValue().ndpInfos.get(ndpId); in onDataPathRequest() local
402 if (ndpInfo == null) { in onDataPathRequest()
408 ndpInfo.peerPort = peerServerInfo.port; in onDataPathRequest()
411 ndpInfo.peerTransportProtocol = peerServerInfo.transportProtocol; in onDataPathRequest()
414 ndpInfo.peerIpv6Override = peerServerInfo.ipv6Override; in onDataPathRequest()
482 NdpInfo ndpInfo = new NdpInfo(ndpId); in onDataPathRequest() local
[all …]