Searched refs:nan_error (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | nan_rsp.cpp | 188 char nan_error[NAN_ERROR_STR_LEN]; member 358 strlcpy(pRsp->nan_error, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN); in NanErrorTranslation() 367 strlcat(pRsp->nan_error, tlvInfo, sizeof(pRsp->nan_error)); in NanErrorTranslation() 373 strlcpy(pRsp->nan_error, "NAN Discovery engine failure", NAN_ERROR_STR_LEN); in NanErrorTranslation() 375 …"%s: Status: %d Error Info[value %d]: %s", __FUNCTION__, pRsp->status, valueRcvd, pRsp->nan_error); in NanErrorTranslation() 387 … strlcpy(pRspInd->nan_reason, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN); in NanErrorTranslation() 402 … strlcpy(pRspdInd->nan_reason, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN); in NanErrorTranslation() 637 ret, rsp_data.status, rsp_data.nan_error, rsp_data.response_type); in handleNanResponse()
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | wifi_nan.h | 1783 char nan_error[NAN_ERROR_STR_LEN]; /* Describe the NAN error type */ member
|
/hardware/interfaces/wifi/1.3/default/ |
D | hidl_struct_util.cpp | 1992 convertToWifiNanStatus(legacy_response.status, legacy_response.nan_error, in convertLegacyNanResponseHeaderToHidl() 1993 sizeof(legacy_response.nan_error), wifiNanStatus); in convertLegacyNanResponseHeaderToHidl()
|