Home
last modified time | relevance | path

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

/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_rsp.cpp225 struct errorCode errorCodeTranslation[] = { variable
389 for (i = 0; i < (int)(sizeof(errorCodeTranslation)/ sizeof(errorCode)); i++) { in NanErrorTranslation()
390 if (errorCodeTranslation[i].firmwareError == firmwareErrorRecvd) { in NanErrorTranslation()
391 pRsp->status = errorCodeTranslation[i].frameworkError; in NanErrorTranslation()
392 strlcpy(pRsp->nan_error, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN); in NanErrorTranslation()
405 if (i == (int)(sizeof(errorCodeTranslation)/sizeof(errorCode))) { in NanErrorTranslation()
418 for (i = 0; i < (int)(sizeof(errorCodeTranslation)/ sizeof(errorCode)); i++) { in NanErrorTranslation()
419 if (errorCodeTranslation[i].firmwareError == firmwareErrorRecvd) { in NanErrorTranslation()
420 pRspInd->reason = errorCodeTranslation[i].frameworkError; in NanErrorTranslation()
421 … strlcpy(pRspInd->nan_reason, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN); in NanErrorTranslation()
[all …]
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_rsp.cpp191 struct errorCode errorCodeTranslation[] = { variable
355 for (i = 0; i < (int)(sizeof(errorCodeTranslation)/ sizeof(errorCode)); i++) { in NanErrorTranslation()
356 if (errorCodeTranslation[i].firmwareError == firmwareErrorRecvd) { in NanErrorTranslation()
357 pRsp->status = errorCodeTranslation[i].frameworkError; in NanErrorTranslation()
358 strlcpy(pRsp->nan_error, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN); in NanErrorTranslation()
371 if (i == (int)(sizeof(errorCodeTranslation)/sizeof(errorCode))) { in NanErrorTranslation()
384 for (i = 0; i < (int)(sizeof(errorCodeTranslation)/ sizeof(errorCode)); i++) { in NanErrorTranslation()
385 if (errorCodeTranslation[i].firmwareError == firmwareErrorRecvd) { 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()
[all …]