Searched refs:nnriE (Results 1 – 1 of 1) sorted by relevance
397 Map.Entry<WifiAwareNetworkSpecifier, AwareNetworkRequestInformation> nnriE = in onDataPathRequest() local399 if (nnriE != null) { in onDataPathRequest()402 "onDataPathRequest: initiator-side indication for " + nnriE); in onDataPathRequest()404 NdpInfo ndpInfo = nnriE.getValue().ndpInfos.get(ndpId); in onDataPathRequest()516 Map.Entry<WifiAwareNetworkSpecifier, AwareNetworkRequestInformation> nnriE = in onRespondToDataPathRequest() local519 if (nnriE == null) { in onRespondToDataPathRequest()529 WifiAwareNetworkSpecifier networkSpecifier = nnriE.getKey(); in onRespondToDataPathRequest()530 AwareNetworkRequestInformation nnri = nnriE.getValue(); in onRespondToDataPathRequest()591 Map.Entry<WifiAwareNetworkSpecifier, AwareNetworkRequestInformation> nnriE = in onDataPathConfirm() local593 if (nnriE == null) { in onDataPathConfirm()[all …]