Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan_rsp.cpp348 NanPublishTerminatedInd* pRspInd; in NanErrorTranslation() local
383 pRspInd = (NanPublishTerminatedInd*)pResponse; in NanErrorTranslation()
386 pRspInd->reason = errorCodeTranslation[i].frameworkError; in NanErrorTranslation()
387 … strlcpy(pRspInd->nan_reason, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN); in NanErrorTranslation()
392 pRspInd->reason = NAN_STATUS_INTERNAL_FAILURE; in NanErrorTranslation()
393 … strlcpy(pRspInd->nan_reason, "NAN Discovery engine failure", NAN_ERROR_STR_LEN); in NanErrorTranslation()
395 …D("%s: Status: %d Error Info[value %d]: %s", __FUNCTION__, pRspInd->reason, valueRcvd, pRspInd->na… in NanErrorTranslation()