Searched refs:pRspdInd (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | nan_rsp.cpp | 383 NanDisabledInd* pRspdInd; in NanErrorTranslation() local 432 pRspdInd = (NanDisabledInd*)pResponse; in NanErrorTranslation() 435 pRspdInd->reason = errorCodeTranslation[i].frameworkError; in NanErrorTranslation() 436 … strlcpy(pRspdInd->nan_reason, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN); in NanErrorTranslation() 441 pRspdInd->reason = NAN_STATUS_INTERNAL_FAILURE; in NanErrorTranslation() 442 … strlcpy(pRspdInd->nan_reason, "NAN Discovery engine failure", NAN_ERROR_STR_LEN); in NanErrorTranslation() 444 …("%s: Status: %d Error Info[value %d]: %s", __FUNCTION__, pRspdInd->reason, valueRcvd, pRspdInd->n… in NanErrorTranslation()
|
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | nan_rsp.cpp | 349 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()
|