Searched refs:NanInternalStatusType (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | nan_rsp.cpp | 187 NanInternalStatusType firmwareError; 340 void NanCommand::NanErrorTranslation(NanInternalStatusType firmwareErrorRecvd, in NanErrorTranslation() 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() [all …]
|
D | nancommand.h | 143 void NanErrorTranslation(NanInternalStatusType firmwareErrorRecvd,
|
D | nan_ind.cpp | 266 NanErrorTranslation((NanInternalStatusType)pRsp->reason, 0, in getNanPublishTerminated() 451 NanErrorTranslation((NanInternalStatusType)pRsp->reason, 0, in getNanSubscribeTerminated() 601 NanErrorTranslation((NanInternalStatusType)pRsp->reason, 0, in getNanDisabled() 956 NanErrorTranslation((NanInternalStatusType)pRsp->reason, 0, in getNanTransmitFollowupInd() 1112 NanInternalStatusType drv_reason_code; in getNdpConfirm() 1148 …drv_reason_code = (NanInternalStatusType)nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_NDP_DRV_RETURN… in getNdpConfirm()
|
D | nan_i.h | 1217 } NanInternalStatusType; typedef 1280 void NanErrorTranslation(NanInternalStatusType firmwareErrorRecvd,
|