HomeSort by relevance Sort by last modified time
    Searched refs:NAN_ERROR_STR_LEN (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/wlan/qcwcn/wifi_hal/
nan_rsp.cpp 56 char strTlv[NAN_ERROR_STR_LEN];
188 char nan_error[NAN_ERROR_STR_LEN];
350 char tlvInfo[NAN_ERROR_STR_LEN];
358 strlcpy(pRsp->nan_error, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN);
362 strlcpy(tlvInfo, tlvToStr[i].strTlv, NAN_ERROR_STR_LEN);
373 strlcpy(pRsp->nan_error, "NAN Discovery engine failure", NAN_ERROR_STR_LEN);
387 strlcpy(pRspInd->nan_reason, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN);
393 strlcpy(pRspInd->nan_reason, "NAN Discovery engine failure", NAN_ERROR_STR_LEN);
402 strlcpy(pRspdInd->nan_reason, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN);
408 strlcpy(pRspdInd->nan_reason, "NAN Discovery engine failure", NAN_ERROR_STR_LEN);
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_nan.h 61 #define NAN_ERROR_STR_LEN 255
    [all...]

Completed in 82 milliseconds