Home
last modified time | relevance | path

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

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