Home | History | Annotate | Download | only in wifi_hal

Lines Matching refs:NAN_ERROR_STR_LEN

56     char strTlv[NAN_ERROR_STR_LEN];
188 char nan_error[NAN_ERROR_STR_LEN];
350 char tlvInfo[NAN_ERROR_STR_LEN];
358 strlcpy(pRsp->nan_error, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN);
362 strlcpy(tlvInfo, tlvToStr[i].strTlv, NAN_ERROR_STR_LEN);
373 strlcpy(pRsp->nan_error, "NAN Discovery engine failure", NAN_ERROR_STR_LEN);
387 strlcpy(pRspInd->nan_reason, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN);
393 strlcpy(pRspInd->nan_reason, "NAN Discovery engine failure", NAN_ERROR_STR_LEN);
402 strlcpy(pRspdInd->nan_reason, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN);
408 strlcpy(pRspdInd->nan_reason, "NAN Discovery engine failure", NAN_ERROR_STR_LEN);