Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan_rsp.cpp56 char strTlv[NAN_ERROR_STR_LEN];
188 char nan_error[NAN_ERROR_STR_LEN];
349 char tlvInfo[NAN_ERROR_STR_LEN]; in NanErrorTranslation()
356 strlcpy(pRsp->nan_error, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN); in NanErrorTranslation()
360 strlcpy(tlvInfo, tlvToStr[i].strTlv, NAN_ERROR_STR_LEN); in NanErrorTranslation()
371 strlcpy(pRsp->nan_error, "NAN Discovery engine failure", NAN_ERROR_STR_LEN); in NanErrorTranslation()
385 … strlcpy(pRspInd->nan_reason, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN); in NanErrorTranslation()
391 … strlcpy(pRspInd->nan_reason, "NAN Discovery engine failure", NAN_ERROR_STR_LEN); in NanErrorTranslation()
400 … strlcpy(pRspdInd->nan_reason, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN); in NanErrorTranslation()
406 … strlcpy(pRspdInd->nan_reason, "NAN Discovery engine failure", NAN_ERROR_STR_LEN); in NanErrorTranslation()
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_nan.h60 #define NAN_ERROR_STR_LEN 255 macro
1662 char nan_error[NAN_ERROR_STR_LEN]; /* Describe the NAN error type */
1686 char nan_reason[NAN_ERROR_STR_LEN]; /* Describe the NAN reason type */
1844 char nan_reason[NAN_ERROR_STR_LEN]; /* Describe the NAN reason type */
1963 char nan_reason[NAN_ERROR_STR_LEN]; /* Describe the NAN reason type */
2001 char nan_reason[NAN_ERROR_STR_LEN]; /* Describe the NAN reason type */