Home
last modified time | relevance | path

Searched refs:tlvInfo (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_rsp.cpp384 char tlvInfo[NAN_ERROR_STR_LEN]; in NanErrorTranslation() local
385 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()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_rsp.cpp350 char tlvInfo[NAN_ERROR_STR_LEN]; in NanErrorTranslation() local
351 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()