Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan_ind.cpp937 NanDataPathEndInd *ndpEndInd = NULL; in handleNdpIndication() local
949 ndpEndInd = in handleNdpIndication()
951 if (!ndpEndInd) { in handleNdpIndication()
955 ndpEndInd->num_ndp_instances = num_ndp_ids; in handleNdpIndication()
956 nla_memcpy(ndpEndInd->ndp_instance_id, in handleNdpIndication()
958 sizeof(u32) * ndpEndInd->num_ndp_instances); in handleNdpIndication()
961 (*mHandler.EventDataEnd)(ndpEndInd); in handleNdpIndication()
963 free(ndpEndInd); in handleNdpIndication()