Searched refs:NAN_ERROR_STR_LEN (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | nan_rsp.cpp | 56 char strTlv[NAN_ERROR_STR_LEN]; 188 char nan_error[NAN_ERROR_STR_LEN]; 350 char tlvInfo[NAN_ERROR_STR_LEN]; in NanErrorTranslation() 358 strlcpy(pRsp->nan_error, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN); in NanErrorTranslation() 362 strlcpy(tlvInfo, tlvToStr[i].strTlv, NAN_ERROR_STR_LEN); in NanErrorTranslation() 373 strlcpy(pRsp->nan_error, "NAN Discovery engine failure", NAN_ERROR_STR_LEN); in NanErrorTranslation() 387 … strlcpy(pRspInd->nan_reason, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN); in NanErrorTranslation() 393 … strlcpy(pRspInd->nan_reason, "NAN Discovery engine failure", NAN_ERROR_STR_LEN); in NanErrorTranslation() 402 … strlcpy(pRspdInd->nan_reason, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN); in NanErrorTranslation() 408 … strlcpy(pRspdInd->nan_reason, "NAN Discovery engine failure", NAN_ERROR_STR_LEN); in NanErrorTranslation()
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | wifi_nan.h | 61 #define NAN_ERROR_STR_LEN 255 macro 1783 char nan_error[NAN_ERROR_STR_LEN]; /* Describe the NAN error type */ 1828 char nan_reason[NAN_ERROR_STR_LEN]; /* Describe the NAN reason type */ 1986 char nan_reason[NAN_ERROR_STR_LEN]; /* Describe the NAN reason type */ 2105 char nan_reason[NAN_ERROR_STR_LEN]; /* Describe the NAN reason type */ 2143 char nan_reason[NAN_ERROR_STR_LEN]; /* Describe the NAN reason type */
|