Searched refs:tlvInfo (Results 1 – 1 of 1) sorted by relevance
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()