Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan_rsp.cpp349 NanDisabledInd* pRspdInd; in NanErrorTranslation() local
398 pRspdInd = (NanDisabledInd*)pResponse; in NanErrorTranslation()
401 pRspdInd->reason = errorCodeTranslation[i].frameworkError; in NanErrorTranslation()
402 … strlcpy(pRspdInd->nan_reason, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN); in NanErrorTranslation()
407 pRspdInd->reason = NAN_STATUS_INTERNAL_FAILURE; in NanErrorTranslation()
408 … strlcpy(pRspdInd->nan_reason, "NAN Discovery engine failure", NAN_ERROR_STR_LEN); in NanErrorTranslation()
410 …("%s: Status: %d Error Info[value %d]: %s", __FUNCTION__, pRspdInd->reason, valueRcvd, pRspdInd->n… in NanErrorTranslation()