Searched refs:tlvInfo (Results 1 – 2 of 2) sorted by relevance
384 char tlvInfo[NAN_ERROR_STR_LEN]; in NanErrorTranslation() local385 tlvInfo[0] = '\0'; in NanErrorTranslation()396 strlcpy(tlvInfo, tlvToStr[i].strTlv, NAN_ERROR_STR_LEN); in NanErrorTranslation()401 strlcat(pRsp->nan_error, tlvInfo, sizeof(pRsp->nan_error)); in NanErrorTranslation()
350 char tlvInfo[NAN_ERROR_STR_LEN]; in NanErrorTranslation() local351 tlvInfo[0] = '\0'; in NanErrorTranslation()362 strlcpy(tlvInfo, tlvToStr[i].strTlv, NAN_ERROR_STR_LEN); in NanErrorTranslation()367 strlcat(pRsp->nan_error, tlvInfo, sizeof(pRsp->nan_error)); in NanErrorTranslation()