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.cpp621 NanReceivePostDiscovery *pRxDisc) in getNanReceivePostDiscoveryVal() argument
631 pRxDisc->type = (NanConnectionType) pInValue[0]; in getNanReceivePostDiscoveryVal()
632 pRxDisc->role = (NanDeviceRole) pInValue[1]; in getNanReceivePostDiscoveryVal()
633 pRxDisc->duration = (NanAvailDuration) (pInValue[2] & 0x03); in getNanReceivePostDiscoveryVal()
634 pRxDisc->mapid = ((pInValue[2] >> 2) & 0x0F); in getNanReceivePostDiscoveryVal()
635 memcpy(&pRxDisc->avail_interval_bitmap, in getNanReceivePostDiscoveryVal()
637 sizeof(pRxDisc->avail_interval_bitmap)); in getNanReceivePostDiscoveryVal()
658 if (outputTlv.length > sizeof(pRxDisc->addr)) { in getNanReceivePostDiscoveryVal()
659 outputTlv.length = sizeof(pRxDisc->addr); in getNanReceivePostDiscoveryVal()
661 memcpy(pRxDisc->addr, outputTlv.value, outputTlv.length); in getNanReceivePostDiscoveryVal()
[all …]
Dnancommand.h83 NanReceivePostDiscovery *pRxDisc);