Searched refs:NAN_ERROR_STR_LEN (Results 1 – 3 of 3) 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 */
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | nan.cpp | 361 char nan_reason[NAN_ERROR_STR_LEN]; /* Describe the NAN reason type */ 1487 rsp_data.nan_error[NAN_ERROR_STR_LEN - 1] = '\0'; in handleResponse() 2269 rsp_data.nan_error[NAN_ERROR_STR_LEN - 1] = '\0'; in handleResponse() 3248 rsp_data.nan_error[NAN_ERROR_STR_LEN - 1] = '\0'; in handleAsyncResponse()
|