Searched refs:nnriE (Results 1 – 1 of 1) sorted by relevance
390 Map.Entry<WifiAwareNetworkSpecifier, AwareNetworkRequestInformation> nnriE = in onDataPathRequest() local392 if (nnriE != null) { in onDataPathRequest()395 "onDataPathRequest: initiator-side indication for " + nnriE); in onDataPathRequest()397 NdpInfo ndpInfo = nnriE.getValue().ndpInfos.get(ndpId); in onDataPathRequest()508 Map.Entry<WifiAwareNetworkSpecifier, AwareNetworkRequestInformation> nnriE = in onRespondToDataPathRequest() local511 if (nnriE == null) { in onRespondToDataPathRequest()521 WifiAwareNetworkSpecifier networkSpecifier = nnriE.getKey(); in onRespondToDataPathRequest()522 AwareNetworkRequestInformation nnri = nnriE.getValue(); in onRespondToDataPathRequest()581 Map.Entry<WifiAwareNetworkSpecifier, AwareNetworkRequestInformation> nnriE = in onDataPathConfirm() local583 if (nnriE == null) { in onDataPathConfirm()[all …]