Home
last modified time | relevance | path

Searched refs:pRxDisc (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan_ind.cpp778 NanReceivePostDiscovery *pRxDisc) in getNanReceivePostDiscoveryVal() argument
788 pRxDisc->type = (NanConnectionType) pInValue[0]; in getNanReceivePostDiscoveryVal()
789 pRxDisc->role = (NanDeviceRole) pInValue[1]; in getNanReceivePostDiscoveryVal()
790 pRxDisc->duration = (NanAvailDuration) (pInValue[2] & 0x03); in getNanReceivePostDiscoveryVal()
791 pRxDisc->mapid = ((pInValue[2] >> 2) & 0x0F); in getNanReceivePostDiscoveryVal()
792 memcpy(&pRxDisc->avail_interval_bitmap, in getNanReceivePostDiscoveryVal()
794 sizeof(pRxDisc->avail_interval_bitmap)); in getNanReceivePostDiscoveryVal()
815 if (outputTlv.length > sizeof(pRxDisc->addr)) { in getNanReceivePostDiscoveryVal()
816 outputTlv.length = sizeof(pRxDisc->addr); in getNanReceivePostDiscoveryVal()
818 memcpy(pRxDisc->addr, outputTlv.value, outputTlv.length); in getNanReceivePostDiscoveryVal()
[all …]
Dnancommand.h87 NanReceivePostDiscovery *pRxDisc);