Lines Matching refs:NanErrorTranslation

340 void NanCommand::NanErrorTranslation(NanInternalStatusType firmwareErrorRecvd,  in NanErrorTranslation()  function in NanCommand
431 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse()
440 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse()
449 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse()
460 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse()
471 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse()
482 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse()
493 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse()
502 NanErrorTranslation((NanInternalStatusType)pFwRsp->statsRspParams.status, in getNanResponse()
536 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse()
545 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, 0, pRsp, false); in getNanResponse()
554 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse()
563 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, 0, pRsp, false); in getNanResponse()
572 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse()
946NanErrorTranslation((NanInternalStatusType)nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_NDP_DRV_RESP… in handleNdpResponse()