Searched refs:nan_error (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dnan_rsp.cpp188 char nan_error[NAN_ERROR_STR_LEN]; member in struct:errorCode
356 strlcpy(pRsp->nan_error, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN);
365 strlcat(pRsp->nan_error, tlvInfo, sizeof(pRsp->nan_error));
371 strlcpy(pRsp->nan_error, "NAN Discovery engine failure", NAN_ERROR_STR_LEN);
373 ALOGD("%s: Status: %d Error Info[value %d]: %s", __FUNCTION__, pRsp->status, valueRcvd, pRsp->nan_error);
385 strlcpy(pRspInd->nan_reason, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN);
400 strlcpy(pRspdInd->nan_reason, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN);
633 ret, rsp_data.status, rsp_data.nan_error, rsp_dat
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A Dwifi_nan.h1662 char nan_error[NAN_ERROR_STR_LEN]; /* Describe the NAN error type */ member in struct:__anon1688
/hardware/interfaces/wifi/1.0/default/
H A Dhidl_struct_util.cpp1528 wifiNanStatus->description = legacy_response.nan_error;

Completed in 69 milliseconds